File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
3535 - Added support for the PHP 8.1 readonly token
3636 -- Tokenzing of the readonly keyword has been backfilled for PHP versions less than 8.1
3737 -- Thanks to Jaroslav Hanslík for the patch
38- - File::getMethodParameters now supports readonly tokens
38+ - File::getMethodParameters now supports the new PHP 8.1 readonly token
3939 -- When constructor property promotion is used, a new property_readonly array index is included in the return value
4040 --- This is a boolean value indicating if the property is readonly
4141 -- If the readonly token is detected, a new readonly_token array index is included in the return value
@@ -47,6 +47,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
4747 -- Squiz.Commenting.BlockCommentS
4848 -- Squiz.Commenting.DocCommentAlignment
4949 -- Squiz.Commenting.VariableComment
50+ -- Squiz.WhiteSpace.ScopeKeywordSpacing
5051 -- Thanks to Juliette Reinders Folmer for the patches
5152 - Generic.PHP.UpperCaseConstant and Generic.PHP.LowerCaseConstant now ignore type declarations
5253 -- These sniffs now only report errors for true/false/null when used as values
You can’t perform that action at this time.
0 commit comments