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
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
67
-
- Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
68
-
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
69
62
- PSR2.Classes.PropertyDeclaration now enforces that the readonly modifier comes after the visibility modifier
70
63
- PSR2 and PSR12 do not have documented rules for this as they pre-date the readonly modifier
71
64
- PSR-PER has been used to confirm the order of this keyword so it can be applied to PSR2 and PSR12 correctly
72
65
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
73
-
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
66
+
- Squiz.Commenting.FunctionComment: new ParamNameUnexpectedAmpersandPrefix error for parameters annotated as passed by reference while the parameter is not passed by reference
67
+
-- Thanks to Dan Wallis (@fredden) for the patch
68
+
- Squiz.PHP.InnerFunctions sniff no longer reports on OO methods for OO structures declared within a function or closure
69
+
-- Thanks to @Daimona for the patch
74
70
- Documentation has been added for the following sniffs:
75
71
-- PSR2.Files.ClosingTag
76
72
-- PSR2.Methods.FunctionCallSignature
77
73
-- PSR2.Methods.FunctionClosingBrace
78
74
-- Thanks to Atsushi Okui (@blue32a) for the patch
79
75
- Fixed bug #3557 : Squiz.Arrays.ArrayDeclaration will now ignore PHP 7.4 array unpacking when determining whether an array is associative
80
76
-- Thanks to Volker Dusch (@edorian) for the patch
81
-
- Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
82
-
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
83
-
- Fixed bug #3618 : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
84
-
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
85
-
- Fixed bug #3632 : Short list not tokenized correctly in control structures without braces
86
-
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
87
-
- Fixed bug #3639 : Tokenizer not applying tab replacement to heredoc/nowdoc closers
88
-
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
89
-
- Fixed bug #3640 : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax
90
-
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
91
-
- Fixed bug #3645 : PHPCS can show 0 exit code when running in parallel even if child process has fatal error
92
-
-- Thanks to Alex Panshin (@enl) for the patch
93
-
- Fixed bug #3653 : False positives for match() in OperatorSpacingSniff
94
-
-- Thanks to Jaroslav Hanslík (@kukulich) for the patch
0 commit comments