Skip to content

Commit

Permalink
docs: Correct semi-colon for semicolon (without dash)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs authored Apr 28, 2024
1 parent febc760 commit ad888a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/PSR-12-extended-coding-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ For example:
```

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

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

0 comments on commit ad888a9

Please sign in to comment.