Skip to content

Commit

Permalink
Enhancement: Implicitly enable no_unused_imports fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 30, 2017
1 parent dfdcb5b commit 113dbf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ $config
'array_syntax' => array('syntax' => 'long'),
'binary_operator_spaces' => false,
'concat_space' => array('spacing' => 'one'),
'no_unused_imports' => false,
'no_useless_else' => true,
'no_useless_return' => true,
'ordered_imports' => true,
Expand Down

0 comments on commit 113dbf0

Please sign in to comment.