@@ -95,7 +95,7 @@ |
||
95 | 95 | $offset = $this->getUpdateOffsetRedis($offset_key); |
96 | 96 | $this->initCommands(); |
97 | 97 | |
98 | - // Process all updates received |
|
98 | + // Process all updates received |
|
99 | 99 | while (true) { |
100 | 100 | $updates = $this->getUpdates($offset, $limit, $timeout); |
101 | 101 |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * @param array $buttons Buttons passed as inizialization. |
40 | 40 | */ |
41 | 41 | public function __construct( |
42 | - CoreBot &$bot, |
|
42 | + CoreBot & $bot, |
|
43 | 43 | array $buttons = array() |
44 | 44 | ) { |
45 | 45 | // Set bot reference |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | public function getBackButton(bool $json_serialized = true) |
59 | 59 | { |
60 | 60 | // Create the button |
61 | - $inline_keyboard = [ 'inline_keyboard' => |
|
61 | + $inline_keyboard = ['inline_keyboard' => |
|
62 | 62 | [ |
63 | 63 | [ |
64 | 64 | [ |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | public function getBackSkipKeyboard(bool $json_serialized = true) |
87 | 87 | { |
88 | 88 | // Create the keyboard |
89 | - $inline_keyboard = [ 'inline_keyboard' => |
|
89 | + $inline_keyboard = ['inline_keyboard' => |
|
90 | 90 | [ |
91 | 91 | [ |
92 | 92 | [ |