@@ -477,8 +477,8 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
477
477
- PHPCS annotations can now be specified using hash-style comments
478
478
- Previously, only slash-style and block-style comments could be used to do things like disable errors
479
479
- 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
482
482
- Ampersands continue to be tokenized as T_BITWISE_AND for all PHP versions
483
483
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] and [ Anna Filina] [ @afilina ] for the patch
484
484
- 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
533
533
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
534
534
- Fixed bug [ #3345 ] : IF statement with no braces and double catch turned into syntax error by auto-fixer
535
535
- 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
537
537
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
538
538
- Fixed bug [ #3357 ] : Generic.Functions.OpeningFunctionBraceBsdAllman removes return type when additional lines are present
539
539
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
0 commit comments