Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doc block indentation.
  • Loading branch information
markstory committed Apr 3, 2018
1 parent 292dc17 commit 7a3b66b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
Expand Up @@ -1650,11 +1650,11 @@ public function testConditionKeysToString() {
$this->assertEquals($expected, $result[0]);
}

/**
* Test conditionKeysToString() with virtual field
*
* @return void
*/
/**
* Test conditionKeysToString() with virtual field
*
* @return void
*/
public function testConditionKeysToStringVirtualFieldExpression() {
$Article = ClassRegistry::init('Article');
$Article->virtualFields = array(
Expand Down

0 comments on commit 7a3b66b

Please sign in to comment.