File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
48
48
-- Thanks to Alessandro Chitolina for the patch
49
49
-- Thanks to Juliette Reinders Folmer for the tests
50
50
- 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
51
53
- Fixed bug #3302 : PHP 8.0 | Tokenizer/PHP: bugfix for union types using namespace operator
52
54
-- Thanks to Juliette Reinders Folmer for the patch
53
55
- 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">
57
59
- Fixed bug #3324 : PHPCS hangs processing some nested arrow functions inside a function call
58
60
- Fixed bug #3340 : Ensure interface and trait names are always tokenized as T_STRING
59
61
-- 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
60
64
- Fixed bug #3357 : Generic.Functions.OpeningFunctionBraceBsdAllman removes return type when additional lines are present
61
65
-- Thanks to Juliette Reinders Folmer for the patch
62
66
</notes>
You can’t perform that action at this time.
0 commit comments