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