Skip to content

Commit

Permalink
Changelog for #3832
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jul 11, 2023
1 parent 22edcb3 commit 653f390
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
- PSR-PER has been used to confirm the order of this keyword so it can be applied to PSR2 and PSR12 correctly
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
- Documentation has been added for the following sniffs:
-- PSR2.Files.ClosingTag
-- PSR2.Methods.FunctionCallSignature
-- PSR2.Methods.FunctionClosingBrace
-- Thanks to Atsushi Okui (@blue32a) for the patch
- Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
- Fixed bug #3618 : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
Expand Down

0 comments on commit 653f390

Please sign in to comment.