Skip to content

Commit

Permalink
Fixed more CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 17, 2015
1 parent cb81830 commit d73e419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/ORM/QueryRegressionTest.php
Expand Up @@ -845,7 +845,8 @@ public function testMatchingWithNoFields()
*
* @return void
*/
public function testSubqueryInSelectExpression() {
public function testSubqueryInSelectExpression()
{
$table = TableRegistry::get('Comments');
$ratio = $table->find()
->select(function ($query) use ($table) {
Expand Down

0 comments on commit d73e419

Please sign in to comment.