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">
29
29
- PHPCS annotations can now be specified using hash-style comments
30
30
-- Previously, only slash-style and block-style comments could be used to do things like disable errors
31
31
-- 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
33
33
-- The following sniffs were affected:
34
34
--- Generic.Files.ExecutableFile
35
35
--- Generic.Files.LowercasedFilename
@@ -42,6 +42,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
42
42
--- Generic.WhiteSpace.DisallowSpaceIndent
43
43
--- Generic.WhiteSpace.DisallowTabIndent
44
44
-- 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
45
47
- Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line
46
48
-- Thanks to Alessandro Chitolina for the patch
47
49
-- Thanks to Juliette Reinders Folmer for the tests
You can’t perform that action at this time.
0 commit comments