@@ -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 |
@@ -81,7 +81,7 @@ |
||
81 | 81 | |
82 | 82 | // Exec getUpdates |
83 | 83 | $this->exec_curl_request('getUpdates?' . http_build_query($parameters) |
84 | - . '&allowed_updates=' . json_encode($allowed_updates)); |
|
84 | + . '&allowed_updates=' . json_encode($allowed_updates)); |
|
85 | 85 | |
86 | 86 | } |
87 | 87 |
@@ -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); |