Skip to content

Commit

Permalink
Changelog for #3017
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 18, 2021
1 parent 2252d17 commit 7c5e889
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Thanks to Anna Borzenko for the contribution
- Added Generic.NamingConventions.TraitNameSuffix to enforce that trait names are suffixed with "Trait"
-- Thanks to Anna Borzenko for the contribution
- Generic.CodeAnalysis.UnusedFunctionParameter can now be configured to ignore variable usage for specific type hints
-- This allows you to suppress warnings for some variables that are not required, but leave warnings for others
-- Set the ignoreTypeHints array property to a list of type hints to ignore
-- Thanks to Petr Bugyík for the patch
- Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
-- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
-- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not
Expand Down

0 comments on commit 7c5e889

Please sign in to comment.