Passed
Branch master (355b45)
by Petr
04:26
created
Category
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 ($lastPageItems > 0) ? $page + 1 : $page ;
62
+        return ($lastPageItems > 0) ? $page + 1 : $page;
63 63
     }
64 64
 
65 65
     public function pageExists(int $i): bool
Please login to merge, or discard this patch.