@@ -449,7 +449,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
449449- Fixed bug [ #3440 ] : Squiz.WhiteSpace.MemberVarSpacing false positives when attributes used without docblock
450450 - Thanks to [ Vadim Borodavko] [ @javer ] for the patch
451451- 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
453453- Fixed bug [ #3456 ] : PSR12.Classes.ClassInstantiation.MissingParentheses false positive using attributes on anonymous class
454454 - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
455455- 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
649649- Spaces are now correctly escaped in the paths to external on Windows
650650 - Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
651651- 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
655655- Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
656656 - Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
657657 - 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
56115611[ @andrei-propertyguru ] : https://github.com/andrei-propertyguru
56125612[ @AndrewDawes ] : https://github.com/AndrewDawes
56135613[ @andygrunwald ] : https://github.com/andygrunwald
5614+ [ @andypost ] : https://github.com/andypost
56145615[ @annechko ] : https://github.com/annechko
56155616[ @anomiex ] : https://github.com/anomiex
56165617[ @arnested ] : https://github.com/arnested
0 commit comments