Skip to content

Commit 2dc7b59

Browse files
committed
Changelog for #3826
1 parent 97bd66f commit 2dc7b59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.xml

+12
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)