We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807c10c commit fde816cCopy full SHA for fde816c
package.xml
@@ -26,6 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
26
</stability>
27
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
28
<notes>
29
+ - PHPCS annotations can now be specified using hash-style comments
30
+ -- Previously, only slash-style and block-style comments could be used to do things like disable errors
31
+ -- Thanks to Juliette Reinders Folmer for the patch
32
- Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line
33
-- Thanks to Alessandro Chitolina for the patch
34
-- Thanks to Juliette Reinders Folmer for the tests
0 commit comments