Skip to content

Commit 113dbf0

Browse files
committed
Enhancement: Implicitly enable no_unused_imports fixer
1 parent dfdcb5b commit 113dbf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ $config
1515
'array_syntax' => array('syntax' => 'long'),
1616
'binary_operator_spaces' => false,
1717
'concat_space' => array('spacing' => 'one'),
18-
'no_unused_imports' => false,
1918
'no_useless_else' => true,
2019
'no_useless_return' => true,
2120
'ordered_imports' => true,

0 commit comments

Comments
 (0)