Skip to content

Commit 3d6ae7f

Browse files
committed
Changelog for various short open tag changes
1 parent 7aa6838 commit 3d6ae7f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ 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
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
3245
- Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line
3346
-- Thanks to Alessandro Chitolina for the patch
3447
-- Thanks to Juliette Reinders Folmer for the tests

0 commit comments

Comments
 (0)