Skip to content

Commit

Permalink
Changelog for 3315
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed May 27, 2021
1 parent 900d377 commit ea105e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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
- Fixed an issue where some sniffs would not run on PHP files that only used the short echo tag
-- The following sniffs were affected:
--- Generic.Files.ExecutableFile
--- Generic.Files.LowercasedFilename
Expand All @@ -42,6 +42,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
--- Generic.WhiteSpace.DisallowSpaceIndent
--- Generic.WhiteSpace.DisallowTabIndent
-- Thanks to Juliette Reinders Folmer for the patch
- Squiz.Commenting.BlockComment now correctly applies rules for block comments after a short echo tag
-- 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 ea105e4

Please sign in to comment.