Skip to content

Commit c715f09

Browse files
committed
Changelog for readonly sniff support
1 parent 99f718d commit c715f09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
3232
- Added support for the PHP 8.1 readonly token
3333
-- Tokenzing of the readonly keyword has been backfilled for PHP versions less than 8.1
3434
-- Thanks to Jaroslav Hanslík for the patch
35+
- Support for new PHP 8.1 readonly keyword has been added to the following sniffs:
36+
-- Generic.PHP.LowerCaseKeyword
37+
-- PSR2.Classes.PropertyDeclaration
38+
-- Squiz.Commenting.BlockCommentS
39+
-- Squiz.Commenting.DocCommentAlignment
40+
-- Squiz.Commenting.VariableComment
41+
-- Thanks to Juliette Reinders Folmer for the patches
3542
</notes>
3643
<contents>
3744
<dir name="/">

0 commit comments

Comments
 (0)