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 7dddd77 commit 236781cCopy full SHA for 236781c
.php_cs.dist
@@ -20,6 +20,7 @@ return PhpCsFixer\Config::create()
20
'no_multiline_whitespace_before_semicolons' => true,
21
'no_superfluous_elseif' => true,
22
'no_superfluous_phpdoc_tags' => true,
23
+ 'no_unused_imports' => true,
24
'no_useless_else' => true,
25
'no_useless_return' => true,
26
'ordered_imports' => true,
0 commit comments