Skip to content

Commit e8e1d25

Browse files
committed
Changelog for #3637
1 parent 8cdc122 commit e8e1d25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
3535
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
3636
- Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
3737
-- 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
3842
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
3943
- Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
4044
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch

0 commit comments

Comments
 (0)