Skip to content

Commit

Permalink
Changelog for various short open tag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed May 17, 2021
1 parent 7aa6838 commit 3d6ae7f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
- PHPCS annotations can now be specified using hash-style comments
-- Previously, only slash-style and block-style comments could be used to do things like disable errors
-- Thanks to Juliette Reinders Folmer for the patch
- Fixed an issue where some sniffs would not run on PHP files that only used the short open tag with echo tag
-- The following sniffs were affected:
--- Generic.Files.ExecutableFile
--- Generic.Files.LowercasedFilename
--- Generic.Files.LineEndings
--- Generic.Files.EndFileNewline
--- Generic.Files.EndFileNoNewline
--- Generic.PHP.ClosingPHPTag
--- Generic.PHP.Syntax
--- Generic.VersionControl.GitMergeConflict
--- Generic.WhiteSpace.DisallowSpaceIndent
--- Generic.WhiteSpace.DisallowTabIndent
-- Thanks to Juliette Reinders Folmer for the patch
- Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line
-- Thanks to Alessandro Chitolina for the patch
-- Thanks to Juliette Reinders Folmer for the tests
Expand Down

0 comments on commit 3d6ae7f

Please sign in to comment.