File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
4242 --- Generic.WhiteSpace.DisallowSpaceIndent
4343 --- Generic.WhiteSpace.DisallowTabIndent
4444 -- Thanks to Juliette Reinders Folmer for the patch
45+ - The new PHP 8.1 tokenisation for ampersands has been reverted to use the existing PHP_CodeSniffer method
46+ -- The PHP 8.1 tokens T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG and T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG are unsued
47+ -- Ampersands continue to be tokenized as T_BITWISE_AND for all PHP versions
48+ -- Thanks to Juliette Reinders Folmer and Anna Filina for the patch
4549 - File::getMethodParameters() no longer incorrectly returns argument attributes in the type hint array index
4650 -- A new has_attributes array index is available and set to TRUE if the argument has attributes defined
4751 -- Thanks to Juliette Reinders Folmer for the patch
You can’t perform that action at this time.
0 commit comments