Browse Source

Fixing style errors.

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

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

@@ -3174,7 +3174,7 @@ class PaginatorHelperTest extends TestCase
         ];
         $this->assertHtml($expected, $out);
     }
-    
+
     /**
      * test the limitControl() method with defaults and query
      *
@@ -3204,7 +3204,7 @@ class PaginatorHelperTest extends TestCase
             '/form'
         ];
         $this->assertHtml($expected, $out);
-        
+
         $this->View->setRequest($this->View->getRequest()->withQueryParams(['limit' => '100']));
         $out = $this->Paginator->limitControl([], 50);
         $expected = [