Passed
Push — Showing-Posts ( b1a8d3...c3e4ac )
by Stone
02:25
created
App/Controllers/Modules/Pagination.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,9 +25,9 @@
 block discarded – undo
25 25
         }
26 26
 
27 27
         return array(
28
-          "pageNo" => $pageNo,
29
-          "offset" => $offset,
30
-          "totalPages" => $totalPages
28
+            "pageNo" => $pageNo,
29
+            "offset" => $offset,
30
+            "totalPages" => $totalPages
31 31
         );
32 32
 
33 33
     }
Please login to merge, or discard this patch.