Completed
Push — master ( 306089...cc40ca )
by Reen
01:37
created
src/Adapter/ArrayAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-namespace ReenExeCubeTime\LightPaginator\Adapter;;
12
+namespace ReenExeCubeTime\LightPaginator\Adapter; ;
13 13
 
14 14
 /**
15 15
  * ArrayAdapter.
Please login to merge, or discard this patch.
src/Core.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
     public function getPageCount($count, $limit)
13 13
     {
14
-        return (int)ceil($count / $limit);
14
+        return (int) ceil($count / $limit);
15 15
     }
16 16
 
17 17
 }
Please login to merge, or discard this patch.