We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f718d commit c715f09Copy full SHA for c715f09
package.xml
@@ -32,6 +32,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
32
- Added support for the PHP 8.1 readonly token
33
-- Tokenzing of the readonly keyword has been backfilled for PHP versions less than 8.1
34
-- 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
42
</notes>
43
<contents>
44
<dir name="/">
0 commit comments