Skip to content

Commit

Permalink
Changelog for attribute false positives (ref #3396, #3397, #3398, #3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jul 29, 2021
1 parent 64f2a81 commit d35d320
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- 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 false positives when using attributes in the following sniffs:
-- PEAR.Commenting.FunctionComment
-- Squiz.Commenting.InlineComment
-- Squiz.Commenting.BlockComment
-- Squiz.Commenting.VariableComment
-- Squiz.WhiteSpace.MemberVarSpacing
-- 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 d35d320

Please sign in to comment.