Skip to content

Commit 236781c

Browse files
committed
style: add no-unused-imports rule
1 parent 7dddd77 commit 236781c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ return PhpCsFixer\Config::create()
2020
'no_multiline_whitespace_before_semicolons' => true,
2121
'no_superfluous_elseif' => true,
2222
'no_superfluous_phpdoc_tags' => true,
23+
'no_unused_imports' => true,
2324
'no_useless_else' => true,
2425
'no_useless_return' => true,
2526
'ordered_imports' => true,

0 commit comments

Comments
 (0)