@@ -18,7 +18,7 @@ |
||
| 18 | 18 | |
| 19 | 19 | public function send(PhoneNumberInterface $to, MessageInterface $message, Config $config) |
| 20 | 20 | { |
| 21 | - $params=[ |
|
| 21 | + $params = [ |
|
| 22 | 22 | 'mobile' => $to->getNumber(), |
| 23 | 23 | 'content' => $message->getContent($this), |
| 24 | 24 | 'userId' => $config->get('key'), |