Skip to content

Commit

Permalink
Changelog for #3826
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed May 18, 2023
1 parent 97bd66f commit 2dc7b59
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
- Added support for readonly classes to File::getClassProperties() through a new is_readonly array index in the return value
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
- Added support for readonly class to a number of sniffs
-- Generic.CodeAnalysis.UnnecessaryFinalModifier
-- PEAR.Commenting.ClassComment
-- PEAR.Commenting.FileComment
-- PSR2.Classes.ClassDeclaration
-- Squiz.Classes.ClassDeclaration
-- Squiz.Classes.LowercaseClassKeywords
-- Squiz.Commenting.ClassComment
-- Squiz.Commenting.DocCommentAlignment
-- Squiz.Commenting.FileComment
-- Squiz.Commenting.InlineComment
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
- Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
- PSR2.Classes.PropertyDeclaration now enforces that the readonly modifier comes after the visibility modifier
Expand Down

0 comments on commit 2dc7b59

Please sign in to comment.