@@ -307,7 +307,7 @@ |
||
| 307 | 307 | |
| 308 | 308 | if ($response->isOk()) { |
| 309 | 309 | //Process all updates |
| 310 | - foreach ((array)$response->getResult() as $result) { |
|
| 310 | + foreach ((array) $response->getResult() as $result) { |
|
| 311 | 311 | $this->processUpdate($result); |
| 312 | 312 | } |
| 313 | 313 | } |