Browse Source

Fix PHPCS errors.

Mark Story 11 years ago
parent
commit
4980ee8a23
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/ORM/QueryRegressionTest.php

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

@@ -763,5 +763,4 @@ class QueryRegressionTest extends TestCase
             ->toArray();
         $this->assertNotEmpty($result[0]->article);
     }
-
 }