Skip to content

Commit

Permalink
Changelogs for #3297 and #3352 (ref #3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed May 27, 2021
1 parent e5ceaa1 commit 801ae46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.xml
Expand Up @@ -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
Expand All @@ -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
</notes>
Expand Down

0 comments on commit 801ae46

Please sign in to comment.