We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41a5ea commit d7107f1Copy full SHA for d7107f1
.php_cs
@@ -86,6 +86,7 @@ return PhpCsFixer\Config::create()
86
'no_unneeded_control_parentheses' => true,
87
'no_unreachable_default_argument_value' => true,
88
'no_useless_return' => true,
89
+ 'no_unused_imports' => true,
90
'no_whitespace_before_comma_in_array' => true,
91
'no_whitespace_in_blank_line' => true,
92
'normalize_index_brace' => true,
@@ -130,4 +131,4 @@ return PhpCsFixer\Config::create()
130
131
'elements' => ['method', 'property']
132
],
133
'whitespace_after_comma_in_array' => true,
- ])->setFinder($finder);
134
+ ])->setFinder($finder);
0 commit comments