@@ -449,7 +449,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
449
449
- Fixed bug [ #3440 ] : Squiz.WhiteSpace.MemberVarSpacing false positives when attributes used without docblock
450
450
- Thanks to [ Vadim Borodavko] [ @javer ] for the patch
451
451
- Fixed bug [ #3448 ] : PHP 8.1 deprecation notice while generating running time value
452
- - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] and Andy Postnikov for the patch
452
+ - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] and [ Andy Postnikov] [ @andypost ] for the patch
453
453
- Fixed bug [ #3456 ] : PSR12.Classes.ClassInstantiation.MissingParentheses false positive using attributes on anonymous class
454
454
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
455
455
- Fixed bug [ #3460 ] : Generic.Formatting.MultipleStatementAlignment false positive on closure with parameters
@@ -649,9 +649,9 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
649
649
- Spaces are now correctly escaped in the paths to external on Windows
650
650
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
651
651
- Generic.CodeAnalysis.UnusedFunctionParameter can now be configured to ignore variable usage for specific type hints
652
- -- This allows you to suppress warnings for some variables that are not required, but leave warnings for others
653
- -- Set the ignoreTypeHints array property to a list of type hints to ignore
654
- -- Thanks to [ Petr Bugyík] [ @o5 ] for the patch
652
+ - This allows you to suppress warnings for some variables that are not required, but leave warnings for others
653
+ - Set the ignoreTypeHints array property to a list of type hints to ignore
654
+ - Thanks to [ Petr Bugyík] [ @o5 ] for the patch
655
655
- Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
656
656
- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
657
657
- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not
@@ -5611,6 +5611,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
5611
5611
[ @andrei-propertyguru ] : https://github.com/andrei-propertyguru
5612
5612
[ @AndrewDawes ] : https://github.com/AndrewDawes
5613
5613
[ @andygrunwald ] : https://github.com/andygrunwald
5614
+ [ @andypost ] : https://github.com/andypost
5614
5615
[ @annechko ] : https://github.com/annechko
5615
5616
[ @anomiex ] : https://github.com/anomiex
5616
5617
[ @arnested ] : https://github.com/arnested
0 commit comments