@@ -477,8 +477,8 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
477477- PHPCS annotations can now be specified using hash-style comments
478478 - Previously, only slash-style and block-style comments could be used to do things like disable errors
479479 - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
480- - The new PHP 8.1 tokenisation for ampersands has been reverted to use the existing PHP_CodeSniffer method
481- - The PHP 8.1 tokens T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG and T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG are unsued
480+ - The new PHP 8.1 tokenization for ampersands has been reverted to use the existing PHP_CodeSniffer method
481+ - The PHP 8.1 tokens T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG and T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG are unused
482482 - Ampersands continue to be tokenized as T_BITWISE_AND for all PHP versions
483483 - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] and [ Anna Filina] [ @afilina ] for the patch
484484- File::getMethodParameters() no longer incorrectly returns argument attributes in the type hint array index
@@ -533,7 +533,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
533533 - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
534534- Fixed bug [ #3345 ] : IF statement with no braces and double catch turned into syntax error by auto-fixer
535535 - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
536- - Fixed bug [ #3352 ] : PSR2.ControlStructures.SwitchDeclaration can remove comments on the same line as the case statement while fixing
536+ - Fixed bug [ #3352 ] : PSR2.ControlStructures.SwitchDeclaration can remove comments on the same line as the case statement while fixing
537537 - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
538538- Fixed bug [ #3357 ] : Generic.Functions.OpeningFunctionBraceBsdAllman removes return type when additional lines are present
539539 - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
0 commit comments