File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
52
52
-- Thanks to Anna Borzenko for the contribution
53
53
- Added Generic.NamingConventions.TraitNameSuffix to enforce that trait names are suffixed with "Trait"
54
54
-- 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
55
59
- Generic.Formatting.MultipleStatementAlignment can now align statements at the start of the assignment token
56
60
-- Previously, the sniff enforced that the values were aligned, even if this meant the assignment tokens were not
57
61
-- Now, the sniff can enforce that the assignment tokens are aligned, even if this means the values are not
You can’t perform that action at this time.
0 commit comments