Skip to content

Commit 801ae46

Browse files
committed
Changelogs for #3297 and #3352 (ref #3354)
1 parent e5ceaa1 commit 801ae46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
4848
-- Thanks to Alessandro Chitolina for the patch
4949
-- Thanks to Juliette Reinders Folmer for the tests
5050
- Fixed bug #3296 : PSR2.ControlStructures.SwitchDeclaration takes phpcs:ignore as content of case body
51+
- Fixed bug #3297 : PSR2.ControlStructures.SwitchDeclaration.TerminatingComment does not handle try/finally blocks
52+
-- Thanks to Juliette Reinders Folmer for the patch
5153
- Fixed bug #3302 : PHP 8.0 | Tokenizer/PHP: bugfix for union types using namespace operator
5254
-- Thanks to Juliette Reinders Folmer for the patch
5355
- 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">
5759
- Fixed bug #3324 : PHPCS hangs processing some nested arrow functions inside a function call
5860
- Fixed bug #3340 : Ensure interface and trait names are always tokenized as T_STRING
5961
-- Thanks to Juliette Reinders Folmer for the patch
62+
- Fixed bug #3352 : PSR2.ControlStructures.SwitchDeclaration can remove comments on the same line as the case statement while fixing
63+
-- Thanks to Juliette Reinders Folmer for the patch
6064
- Fixed bug #3357 : Generic.Functions.OpeningFunctionBraceBsdAllman removes return type when additional lines are present
6165
-- Thanks to Juliette Reinders Folmer for the patch
6266
</notes>

0 commit comments

Comments
 (0)