Browse Source

Fixed CS error

Jose Lorenzo Rodriguez 10 years ago
parent
commit
d3fd169c17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/QueryTest.php

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

@@ -2650,7 +2650,7 @@ class QueryTest extends TestCase
         $this->assertEquals(2, $result->_matchingData['tags']->id);
     }
 
-     /**
+    /**
      * Tests that select() can be called with Table and Association
      * instance
      *