Jose Lorenzo Rodriguez 11 years ago
parent
commit
cb8183039c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/QueryRegressionTest.php

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

@@ -840,7 +840,7 @@ class QueryRegressionTest extends TestCase
         $this->assertEquals([2], $results);
     }
 
-     /**
+    /**
      * Tests that using a subquery as part of an expression will not make invalid SQL
      *
      * @return void