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">
35
35
- Added support for the PHP 8.1 readonly token
36
36
-- Tokenzing of the readonly keyword has been backfilled for PHP versions less than 8.1
37
37
-- 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
39
39
-- When constructor property promotion is used, a new property_readonly array index is included in the return value
40
40
--- This is a boolean value indicating if the property is readonly
41
41
-- 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">
47
47
-- Squiz.Commenting.BlockCommentS
48
48
-- Squiz.Commenting.DocCommentAlignment
49
49
-- Squiz.Commenting.VariableComment
50
+ -- Squiz.WhiteSpace.ScopeKeywordSpacing
50
51
-- Thanks to Juliette Reinders Folmer for the patches
51
52
- Generic.PHP.UpperCaseConstant and Generic.PHP.LowerCaseConstant now ignore type declarations
52
53
-- 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