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