There was an error while loading. Please reload this page.
1 parent fc6f36c commit 1fdc34eCopy full SHA for 1fdc34e
package.xml
@@ -55,6 +55,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
55
- Generic.Files.LineLength can now be configured 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
58
+ - Generic.PHP.LowerCaseKeyword now checks self, parent, yield, yield from, and closure (function) keywords
59
+ -- Thanks to Michał Bundyra for the patch
60
- PEAR.Functions.FunctionDeclaration now removes a blank line if it creates one by moving the curly brace during fixing
61
- Squiz.Commenting.FunctionCommentThrowTag now supports PHP 7.1 multi catch exceptions
62
- Squiz.Formatting.OperatorBracket no longer throws errors for PHP 7.1 multi catch exceptions
0 commit comments