File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
56
56
-- This change also applies to PSR2.Methods.FunctionCallSignature
57
57
- PSR2.ControlStructures.ControlStructureSpacing now checks whitespace before the closing parenthesis of multi-line control structures
58
58
-- Previously, it incorrectly applied the whitespace check for single-line definitions only
59
+ - PSR12.Functions.ReturnTypeDeclaration now checks the return type of arrow functions
60
+ -- Thanks to Michał Bundyra for the patch
59
61
- PSR12.Traits.UseDeclaration now ensures all trait import statements are grouped together
60
62
-- Previously, the trait import section of the class ended when the first non-import statement was found
61
63
-- Checking now continues throughout the class to ensure all statements are grouped together
You can’t perform that action at this time.
0 commit comments