Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed CS error
  • Loading branch information
lorenzo committed Jan 11, 2015
1 parent c3d8e23 commit c4f1794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/QueryRegressionTest.php
Expand Up @@ -658,7 +658,7 @@ public function testFindMatchingOverwrite()

$result = $comments
->find()
->matching('Articles.Tags', function($q) {
->matching('Articles.Tags', function ($q) {
return $q->where(['Tags.id' => 2]);
})
->contain('Articles')
Expand Down

0 comments on commit c4f1794

Please sign in to comment.