Browse Source

Fix doc block indentation

Walther Lalk 11 years ago
parent
commit
cf79c6b437
1 changed files with 5 additions and 5 deletions
  1. 5 5
      tests/TestCase/Database/QueryTest.php

+ 5 - 5
tests/TestCase/Database/QueryTest.php

@@ -2889,11 +2889,11 @@ class QueryTest extends TestCase {
 		$this->assertNotEquals(['name' => 'larry'], $results->fetch('assoc'));
 	}
 
-	/**
-	 * Tests that case statements work correctly for various use-cases.
-	 *
-	 * @return void
-	 */
+/**
+ * Tests that case statements work correctly for various use-cases.
+ *
+ * @return void
+ */
 	public function testSqlCaseStatement() {
 		$query = new Query($this->connection);
 		$publishedCase = $query