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
66
- Squiz.Commenting.FunctionComment: new ParamNameUnexpectedAmpersandPrefix error for parameters annotated as passed by reference while the parameter is not passed by reference
74
67
-- Thanks to Dan Wallis (@fredden) for the patch
75
-
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
76
68
- Squiz.PHP.InnerFunctions sniff no longer reports on OO methods for OO structures declared within a function or closure
77
69
-- Thanks to @Daimona for the patch
78
70
- Documentation has been added for the following sniffs:
0 commit comments