Browse Source

PSR-2 opening brace

antograssiot 11 years ago
parent
commit
519b616704
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/View/Helper/PaginatorHelperTest.php

+ 2 - 1
tests/TestCase/View/Helper/PaginatorHelperTest.php

@@ -426,7 +426,8 @@ class PaginatorHelperTest extends TestCase
      *
      * @return void
      */
-    public function testPagingLinksMissingModel() {
+    public function testPagingLinksMissingModel()
+    {
         $result = $this->Paginator->sort('title', 'Title', ['model' => 'Missing']);
         $expected = [
             'a' => ['href' => '/index?sort=title&direction=asc'],