Skip to content

Commit 7c5e889

Browse files
committed
Changelog for #3017
1 parent 2252d17 commit 7c5e889

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
5252
-- Thanks to Anna Borzenko for the contribution
5353
- Added Generic.NamingConventions.TraitNameSuffix to enforce that trait names are suffixed with "Trait"
5454
-- Thanks to Anna Borzenko for the contribution
55+
- Generic.CodeAnalysis.UnusedFunctionParameter can now be configured to ignore variable usage for specific type hints
56+
-- This allows you to suppress warnings for some variables that are not required, but leave warnings for others
57+
-- Set the ignoreTypeHints array property to a list of type hints to ignore
58+
-- Thanks to Petr Bugyík for the patch
5559
- Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
5660
-- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
5761
-- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not

0 commit comments

Comments
 (0)