Completed
Push — master ( 7268ad...8470e3 )
by
unknown
03:48
created
src/Utilities/Paginator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 class Paginator
24 24
 {
25 25
     public static function paginateItems($items, int $index, &$keyboard, $format_item, int $item_per_page = 3,
26
-                                         $prefix = 'list', string $delimiter = DELIMITER)
26
+                                            $prefix = 'list', string $delimiter = DELIMITER)
27 27
     {
28 28
         // Assign the position of first item to show
29 29
         $item_position = ($index - 1) * $item_per_page + 1;
Please login to merge, or discard this patch.