File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,19 @@ 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
33
+ -- The following sniffs were affected:
34
+ --- Generic.Files.ExecutableFile
35
+ --- Generic.Files.LowercasedFilename
36
+ --- Generic.Files.LineEndings
37
+ --- Generic.Files.EndFileNewline
38
+ --- Generic.Files.EndFileNoNewline
39
+ --- Generic.PHP.ClosingPHPTag
40
+ --- Generic.PHP.Syntax
41
+ --- Generic.VersionControl.GitMergeConflict
42
+ --- Generic.WhiteSpace.DisallowSpaceIndent
43
+ --- Generic.WhiteSpace.DisallowTabIndent
44
+ -- Thanks to Juliette Reinders Folmer for the patch
32
45
- Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line
33
46
-- Thanks to Alessandro Chitolina for the patch
34
47
-- Thanks to Juliette Reinders Folmer for the tests
You can’t perform that action at this time.
0 commit comments