diff --git a/package.xml b/package.xml index 100a4b098f..d5fa57dc2f 100644 --- a/package.xml +++ b/package.xml @@ -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