You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The path is relative to the php_codesniffer install path. This is important to m
51
51
The following adjustments have been made to the original standard:
52
52
53
53
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)
55
55
56
56
In Sniff/WhiteSpace/FunctionalClosingBraceSniff:
57
57
- copied from Squiz and adapted to have no blank line at the end of a function
0 commit comments