瀏覽代碼

.php_cs no need for ordered_use

Dariusz Rumiński 11 年之前
父節點
當前提交
bd4ef99180
共有 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();