Skip to content

Commit

Permalink
Changelog for readonly sniff support
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Dec 20, 2021
1 parent 99f718d commit c715f09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
- Added support for the PHP 8.1 readonly token
-- Tokenzing of the readonly keyword has been backfilled for PHP versions less than 8.1
-- Thanks to Jaroslav Hanslík for the patch
- Support for new PHP 8.1 readonly keyword has been added to the following sniffs:
-- Generic.PHP.LowerCaseKeyword
-- PSR2.Classes.PropertyDeclaration
-- Squiz.Commenting.BlockCommentS
-- Squiz.Commenting.DocCommentAlignment
-- Squiz.Commenting.VariableComment
-- Thanks to Juliette Reinders Folmer for the patches
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit c715f09

Please sign in to comment.