File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
48
48
-- Thanks to Matthew Peveler for the contribution
49
49
- Generic.CodeAnalysis.EmptyPhpStatement now reports unnecessary semicolons after control structure closing braces
50
50
-- Thanks to Vincent Langlet for the patch
51
+ - Generic.PHP.LowerCaseKeyword now enforces that the "fn" keyword is lowercase
52
+ -- Thanks to Michał Bundyra for the patch
51
53
- Generic.WhiteSpace.ScopeIndent now supports static arrow functions
52
54
- PEAR.Functions.FunctionCallSignature now adjusts the indent of function argument contents during auto-fixing
53
55
-- Previously, only the first line of an argument was changed, leading to inconsistent indents
@@ -58,6 +60,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
58
60
-- Previously, the trait import section of the class ended when the first non-import statement was found
59
61
-- Checking now continues throughout the class to ensure all statements are grouped together
60
62
-- This also ensures that empty lines are not requested after an import statement that isn't the last one
63
+ - Squiz.Functions.LowercaseFunctionKeywords now enforces that the "fn" keyword is lowercase
64
+ -- Thanks to Michał Bundyra for the patch
61
65
- Fixed bug #2586 : Generic.WhiteSpace.ScopeIndent false positives when indenting open tags at a non tab-stop
62
66
- Fixed bug #2638 : Squiz.CSS.DuplicateClassDefinitionSniff sees comments as part of the class name
63
67
-- Thanks to Raphael Horber for the patch
You can’t perform that action at this time.
0 commit comments