Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 1, 2017
1 parent 2ee37ef commit d20305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/TableTest.php
Expand Up @@ -555,7 +555,7 @@ public function testFindAllConditionAutoTypes()
];
$this->assertSame($expected, $query->toArray());

$query= $table->find()
$query = $table->find()
->enableHydration(false)
->select(['id', 'username'])
->where(['OR' => [
Expand Down

0 comments on commit d20305d

Please sign in to comment.