File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
48
48
-- The included PSR2 standard now enforces this rule
49
49
- Squiz.Arrays.ArrayDeclaration now continues checking array formatting even if the key indent is not correct
50
50
-- Allows for using different array indent rules while still checking/fixing double arrow and value alignment
51
+ - Squiz.Commenting.BlockComment has improved support for tab-indented comments
52
+ -- Thanks to Juliette Reinders Folmer for the patch
53
+ - Squiz.Commenting.BlockComment auto fixing no longer breaks when two block comments follow each other
54
+ -- Also stopped single-line block comments from being auto fixed when they are embedded in other code
55
+ -- Also fixed as issue found when PHPCS annotations were used inside a block comment
56
+ -- Thanks to Juliette Reinders Folmer for the patch
57
+ - Squiz.Commenting.BlockComment.LastLineIndent is now able to be fixed with phpcbf
58
+ -- Thanks to Juliette Reinders Folmer for the patch
59
+ - Squiz.Commenting.BlockComment now aligns star-prefixed lines under the opening tag while fixing, instead of indenting them
60
+ -- Thanks to Juliette Reinders Folmer for the patch
51
61
- Squiz.PHP.CommentedOutCode now ignores simple @-style annotation comments so they are not flagged as commented out code
52
62
-- Thanks to Juliette Reinders Folmer for the patch
53
63
- Squiz.PHP.CommentedOutCode now ignores a greater number of short comments so they are not flagged as commented out code
You can’t perform that action at this time.
0 commit comments