diff --git a/package.xml b/package.xml index 80db24430c..4fc39b241c 100644 --- a/package.xml +++ b/package.xml @@ -48,6 +48,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Alessandro Chitolina for the patch -- Thanks to Juliette Reinders Folmer for the tests - Fixed bug #3296 : PSR2.ControlStructures.SwitchDeclaration takes phpcs:ignore as content of case body + - Fixed bug #3297 : PSR2.ControlStructures.SwitchDeclaration.TerminatingComment does not handle try/finally blocks + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3302 : PHP 8.0 | Tokenizer/PHP: bugfix for union types using namespace operator -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3303 : findStartOfStatement() doesn't work with T_OPEN_TAG_WITH_ECHO @@ -57,6 +59,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #3324 : PHPCS hangs processing some nested arrow functions inside a function call - Fixed bug #3340 : Ensure interface and trait names are always tokenized as T_STRING -- Thanks to Juliette Reinders Folmer for the patch + - Fixed bug #3352 : PSR2.ControlStructures.SwitchDeclaration can remove comments on the same line as the case statement while fixing + -- Thanks to Juliette Reinders Folmer for the patch - Fixed bug #3357 : Generic.Functions.OpeningFunctionBraceBsdAllman removes return type when additional lines are present -- Thanks to Juliette Reinders Folmer for the patch