Completed
Push — master ( 93e656...cbee39 )
by Denis
03:12
created
src/classes/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -497,6 +497,6 @@
 block discarded – undo
497 497
      * @throws Exception
498 498
      */
499 499
     public function getPages() {
500
-        return ceil($this->getFullCount() /  $this->getLimit());
500
+        return ceil($this->getFullCount() / $this->getLimit());
501 501
     }
502 502
 }
503 503
\ No newline at end of file
Please login to merge, or discard this patch.