浏览代码

Fix phpcs mistake.

Mark Story 10 年之前
父节点
当前提交
f9c07afc3c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/TestCase/ORM/MarshallerTest.php

+ 1 - 1
tests/TestCase/ORM/MarshallerTest.php

@@ -919,7 +919,7 @@ class MarshallerTest extends TestCase
         ];
         ];
 
 
         $marshaller = new Marshaller($this->articles);
         $marshaller = new Marshaller($this->articles);
-            $article = $marshaller->one($data, [
+        $article = $marshaller->one($data, [
             'associated' => ['Tags'],
             'associated' => ['Tags'],
             'forceNew' => true
             'forceNew' => true
         ]);
         ]);