Completed
Push — master ( 69097b...4e1c03 )
by Danilo
04:33
created
src/Utilities/Paginator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     public static function paginateItems(
47 47
         $items,
48 48
         int $index,
49
-        Keyboard &$keyboard,
49
+        Keyboard & $keyboard,
50 50
         callable $format_item,
51 51
         int $item_per_page = 3,
52 52
         string $prefix = 'list',
Please login to merge, or discard this patch.