File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 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">
5252 -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
5353 - Added support for readonly classes to File::getClassProperties() through a new is_readonly array index in the return value
5454 -- 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
5567 - Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
5668 -- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
5769 - 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