Преглед на файлове

Merge pull request #232 from keradus/php_cs-2

.php_cs no need for ordered_use
Justin Hileman преди 11 години
родител
ревизия
f4a6048f81
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .php_cs

+ 1 - 1
.php_cs

@@ -24,7 +24,7 @@ $fixers = array_merge(
     $fixers[FixerInterface::PSR1_LEVEL],
     $fixers[FixerInterface::PSR2_LEVEL],
     $fixers[FixerInterface::ALL_LEVEL],
-    array('concat_with_spaces', 'ordered_use', 'strict')
+    array('concat_with_spaces', 'strict')
 );
 
 $config = new Config();