Skip to content

Commit afb3f14

Browse files
committed
Changelog for #2711
1 parent d0d9ef8 commit afb3f14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
5656
-- This change also applies to PSR2.Methods.FunctionCallSignature
5757
- PSR2.ControlStructures.ControlStructureSpacing now checks whitespace before the closing parenthesis of multi-line control structures
5858
-- 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
5961
- PSR12.Traits.UseDeclaration now ensures all trait import statements are grouped together
6062
-- Previously, the trait import section of the class ended when the first non-import statement was found
6163
-- Checking now continues throughout the class to ensure all statements are grouped together

0 commit comments

Comments
 (0)