@@ -128,7 +128,7 @@ |
||
| 128 | 128 | $notes['state'] = 0; |
| 129 | 129 | $this->conversation->update(); |
| 130 | 130 | |
| 131 | - $keyboard = array_map(function ($channel) { |
|
| 131 | + $keyboard = array_map(function($channel) { |
|
| 132 | 132 | return [$channel]; |
| 133 | 133 | }, $channels); |
| 134 | 134 | |
@@ -61,7 +61,7 @@ |
||
| 61 | 61 | |
| 62 | 62 | /** @var ServerResponse[] $results */ |
| 63 | 63 | $results = Request::sendToActiveChats( |
| 64 | - 'sendMessage', //callback function to execute (see Request.php methods) |
|
| 64 | + 'sendMessage', //callback function to execute (see Request.php methods) |
|
| 65 | 65 | ['text' => $text], //Param to evaluate the request |
| 66 | 66 | [ |
| 67 | 67 | 'groups' => true, |