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
- PSR2 and PSR12 do not have documented rules for this as they pre-date the readonly modifier
71
71
- PSR-PER has been used to confirm the order of this keyword so it can be applied to PSR2 and PSR12 correctly
72
72
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
73
-
- Squiz/FunctionComment: new ParamNameUnexpectedAmpersandPrefix error for parameters annotated as passed by reference while the parameter is not passed by reference
73
+
- Squiz.Commenting.FunctionComment: new ParamNameUnexpectedAmpersandPrefix error for parameters annotated as passed by reference while the parameter is not passed by reference
74
74
-- Thanks to Dan Wallis (@fredden) for the patch
75
75
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
76
76
- Squiz.PHP.InnerFunctions sniff no longer reports on OO methods for OO structures declared within a function or closure
0 commit comments