Skip to content

Commit 0d71d69

Browse files
committed
Changelog for squizlabs#1717
1 parent e9734e9 commit 0d71d69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
4848
-- The included PSR2 standard now enforces this rule
4949
- Squiz.Arrays.ArrayDeclaration now continues checking array formatting even if the key indent is not correct
5050
-- 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
5161
- Squiz.PHP.CommentedOutCode now ignores simple @-style annotation comments so they are not flagged as commented out code
5262
-- Thanks to Juliette Reinders Folmer for the patch
5363
- Squiz.PHP.CommentedOutCode now ignores a greater number of short comments so they are not flagged as commented out code

0 commit comments

Comments
 (0)