Skip to content

Commit abfe7cf

Browse files
authored
Update README.md
1 parent 8059803 commit abfe7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The path is relative to the php_codesniffer install path. This is important to m
5151
The following adjustments have been made to the original standard:
5252

5353
In Sniff/WhiteSpace/AssignmentSpacingSniff:
54-
- Added an exception for ```declare(strict_types=1);``` to comply with [PRS-12](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md#3-declare-statements-namespace-and-use-declarations)
54+
- Added an exception for ```declare(strict_types=1);``` to comply with [PSR-12](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md#3-declare-statements-namespace-and-use-declarations)
5555

5656
In Sniff/WhiteSpace/FunctionalClosingBraceSniff:
5757
- copied from Squiz and adapted to have no blank line at the end of a function

0 commit comments

Comments
 (0)