Passed
Push — master ( d7d3f5...4d8d84 )
by Petr
10:10
created
php-src/BasicPager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         }
63 63
         $lastPageItems = $this->maxResults % $this->limitPerPage;
64 64
         $page = intval(floor($this->maxResults / $this->limitPerPage));
65
-        return (0 < $lastPageItems) ? $page + 1 : $page ;
65
+        return (0 < $lastPageItems) ? $page + 1 : $page;
66 66
     }
67 67
 
68 68
     public function pageExists(int $i): bool
Please login to merge, or discard this patch.