File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
2929 - PHPCS annotations can now be specified using hash-style comments
3030 -- Previously, only slash-style and block-style comments could be used to do things like disable errors
3131 -- Thanks to Juliette Reinders Folmer for the patch
32- - Fixed an issue where some sniffs would not run on PHP files that only used the short open tag with echo tag
32+ - Fixed an issue where some sniffs would not run on PHP files that only used the short echo tag
3333 -- The following sniffs were affected:
3434 --- Generic.Files.ExecutableFile
3535 --- Generic.Files.LowercasedFilename
@@ -42,6 +42,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
4242 --- Generic.WhiteSpace.DisallowSpaceIndent
4343 --- Generic.WhiteSpace.DisallowTabIndent
4444 -- Thanks to Juliette Reinders Folmer for the patch
45+ - Squiz.Commenting.BlockComment now correctly applies rules for block comments after a short echo tag
46+ -- Thanks to Juliette Reinders Folmer for the patch
4547 - Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line
4648 -- Thanks to Alessandro Chitolina for the patch
4749 -- Thanks to Juliette Reinders Folmer for the tests
You can’t perform that action at this time.
0 commit comments