Skip to content

Commit ad888a9

Browse files
docs: Correct semi-colon for semicolon (without dash)
1 parent febc760 commit ad888a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/PSR-12-extended-coding-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ For example:
220220
```
221221

222222
Declare statements MUST contain no spaces and MUST be exactly `declare(strict_types=1)`
223-
(with an optional semi-colon terminator).
223+
(with an optional semicolon terminator).
224224

225225
Block declare statements are allowed and MUST be formatted as below. Note position of
226226
braces and spacing:

0 commit comments

Comments
 (0)