Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Applied fixes from StyleCI (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed May 29, 2016
1 parent 3b2bd12 commit cf22a3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Entity/MessageManagerTest.php
Expand Up @@ -68,7 +68,8 @@ public function testGetPagerWithInvalidSort()
{
$self = $this;
$this
->getMessageManager(function ($qb) use ($self) { })
->getMessageManager(function ($qb) use ($self) {
})
->getPager(array(), 1, 10, array('invalid' => 'ASC'));
}

Expand Down

0 comments on commit cf22a3d

Please sign in to comment.