File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
52
52
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
53
53
- Added support for readonly classes to File::getClassProperties() through a new is_readonly array index in the return value
54
54
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
55
+ - Added support for readonly class to a number of sniffs
56
+ -- Generic.CodeAnalysis.UnnecessaryFinalModifier
57
+ -- PEAR.Commenting.ClassComment
58
+ -- PEAR.Commenting.FileComment
59
+ -- PSR2.Classes.ClassDeclaration
60
+ -- Squiz.Classes.ClassDeclaration
61
+ -- Squiz.Classes.LowercaseClassKeywords
62
+ -- Squiz.Commenting.ClassComment
63
+ -- Squiz.Commenting.DocCommentAlignment
64
+ -- Squiz.Commenting.FileComment
65
+ -- Squiz.Commenting.InlineComment
66
+ -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
55
67
- Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
56
68
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
57
69
- PSR2.Classes.PropertyDeclaration now enforces that the readonly modifier comes after the visibility modifier
You can’t perform that action at this time.
0 commit comments