@@ -129,8 +129,8 @@ |
||
129 | 129 | // If the user has already added a button in this row |
130 | 130 | if ($this->column != 0) { |
131 | 131 | |
132 | - // Change row |
|
133 | - $this->changeRow(); |
|
132 | + // Change row |
|
133 | + $this->changeRow(); |
|
134 | 134 | |
135 | 135 | } |
136 | 136 |
@@ -75,7 +75,7 @@ |
||
75 | 75 | |
76 | 76 | $this->initCommands(); |
77 | 77 | |
78 | - // Process all updates received |
|
78 | + // Process all updates received |
|
79 | 79 | while (true) { |
80 | 80 | |
81 | 81 | $updates = $this->getUpdates($offset, $limit, $timeout); |
@@ -82,7 +82,7 @@ |
||
82 | 82 | |
83 | 83 | // Exec getUpdates |
84 | 84 | $this->execRequest('getUpdates?' . http_build_query($parameters) |
85 | - . '&allowed_updates=' . json_encode($allowed_updates)); |
|
85 | + . '&allowed_updates=' . json_encode($allowed_updates)); |
|
86 | 86 | |
87 | 87 | } |
88 | 88 |