Completed
Push — inline_keyboard_pagination ( a20851...651c33 )
by Armando
03:00
created
src/Entities/InlineKeyboard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
             'next'     => '%d ›',
59 59
             'last'     => '%d »',
60 60
         ], $labels);
61
-        $pages  = [
61
+        $pages = [
62 62
             'first'    => 1,
63 63
             'previous' => $current_page - 1,
64 64
             'current'  => $current_page,
Please login to merge, or discard this patch.