.php_cs no need for ordered_use

This commit is contained in:
Dariusz Rumiński
2014-09-06 11:30:11 +02:00
parent 695aa20977
commit bd4ef99180
+1 -1
View File
@@ -24,7 +24,7 @@ $fixers = array_merge(
$fixers[FixerInterface::PSR1_LEVEL], $fixers[FixerInterface::PSR1_LEVEL],
$fixers[FixerInterface::PSR2_LEVEL], $fixers[FixerInterface::PSR2_LEVEL],
$fixers[FixerInterface::ALL_LEVEL], $fixers[FixerInterface::ALL_LEVEL],
array('concat_with_spaces', 'ordered_use', 'strict') array('concat_with_spaces', 'strict')
); );
$config = new Config(); $config = new Config();