File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
5252 - Function call sniffs now check variable function names and self/static object creation
5353 -- Specific sniffs are Generic.Functions.FunctionCallArgumentSpacing, PEAR.Functions.FunctionCallSignature, and PSR2.Methods.FunctionCallSignature
5454 -- Thanks to Michał Bundyra for the patch
55+ - Generic.Files.LineLength can now be configure to ignore all comment lines, no matter their length
56+ -- Set the ignoreComments property to TRUE (default is FALSE) in your ruleset.xml file to enable this
57+ -- Thanks to Juliette Reinders Folmer for the patch
5558 - PEAR.Functions.FunctionDeclaration now removes a blank line if it creates one by moving the curly brace during fixing
5659 - Squiz.Commenting.FunctionCommentThrowTag now supports PHP 7.1 multi catch exceptions
5760 - Squiz.Formatting.OperatorBracket no longer throws errors for PHP 7.1 multi catch exceptions
You can’t perform that action at this time.
0 commit comments