Skip to content

Commit dfb18c5

Browse files
committed
Syntax Typo: semicolon missing
1 parent a74d01f commit dfb18c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Markdown/License.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ final class License
99
private const GPL = 'GPL';
1010
private const BSD = 'BSD';
1111
private const MPL = 'MPL';
12-
private const AGPL = 'AGPL'
12+
private const AGPL = 'AGPL';
1313

1414
public const CODES = [
1515
self::ISC,

0 commit comments

Comments
 (0)