Completed
Pull Request — develop (#438)
by Armando
04:59
created
src/Entities/InlineKeyboard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             'next'     => '%d ›',
57 57
             'last'     => '%d »',
58 58
         ], $labels);
59
-        $pages  = [
59
+        $pages = [
60 60
             'first'    => 1,
61 61
             'previous' => $current_page - 1,
62 62
             'current'  => $current_page,
Please login to merge, or discard this patch.