Skip to content

Commit 8e92de6

Browse files
committed
Changelog: various tweaks
* Add missing contributor link Follow up on 243, just noticed I missed one which could be a link. * Minor syntax fix. Follow up on original import.
1 parent 21219d1 commit 8e92de6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)