Skip to content

Commit 498a939

Browse files
committed
Changelog for #3517
1 parent 67eac60 commit 498a939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)