Skip to content

Commit a3e5b28

Browse files
committed
Changelog for #1510
1 parent 7a3cf53 commit a3e5b28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)