Browse Source

Fixing style errors.

stickler-ci 7 years ago
parent
commit
2f8a89376e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/TestCase/View/Helper/PaginatorHelperTest.php

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

@@ -1062,8 +1062,7 @@ class PaginatorHelperTest extends TestCase
                 'article' => [
                     'puppy' => 'no'
                 ]
-            ])
-        );
+            ]));
         // Need to run __construct to update _config['url']
         $paginator = new PaginatorHelper($this->View);
         $paginator->options(['model' => 'Article']);