We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022da52 commit 5fb9b64Copy full SHA for 5fb9b64
package.xml
@@ -26,6 +26,8 @@ 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
+ - Processing large code bases that use tab indenting inside comments and strings will now be faster
30
+ -- Thanks to Thiemo Kreuz for the patch
31
- Fixed bug #3388 : phpcs does not work when run from WSL drives
32
-- Thanks to Juliette Reinders Folmer and Graham Wharton for the patch
33
- Fixed bug #3422 : Squiz.WhiteSpace.ScopeClosingBrace fixer removes HTML content when fixing closing brace alignment
0 commit comments