Completed
Branch master (188706)
by Armando
01:24
created
Category
src/Core/CallbackQueryPagination.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
      */
257 257
     protected function countTheNumberOfPage($itemsLength, $limit) : int
258 258
     {
259
-        $numberOfPages = ceil($itemsLength/$limit);
259
+        $numberOfPages = ceil($itemsLength / $limit);
260 260
 
261 261
         return (int)$numberOfPages;
262 262
     }
Please login to merge, or discard this patch.