File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
35
35
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
36
36
- Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
37
37
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
38
+ - PSR2.Classes.PropertyDeclaration now enforces that the readonly modifier comes after the visibility modifier
39
+ - PSR2 and PSR12 do not have documented rules for this as they pre-date the readonly modifier
40
+ - PSR-PER has been used to confirm the order of this keyword so it can be applied to PSR2 and PSR12 correctly
41
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
38
42
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
39
43
- Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
40
44
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
You can’t perform that action at this time.
0 commit comments