Skip to content

Commit

Permalink
PSR-2 opening brace
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Mar 19, 2015
1 parent b0f37f6 commit 519b616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/View/Helper/PaginatorHelperTest.php
Expand Up @@ -426,7 +426,8 @@ public function testSortLinksUsingDotNotation()
*
* @return void
*/
public function testPagingLinksMissingModel() {
public function testPagingLinksMissingModel()
{
$result = $this->Paginator->sort('title', 'Title', ['model' => 'Missing']);
$expected = [
'a' => ['href' => '/index?sort=title&direction=asc'],
Expand Down

0 comments on commit 519b616

Please sign in to comment.