diff --git a/src/SmsSender.php b/src/SmsSender.php index a3e99af..fd01366 100644 --- a/src/SmsSender.php +++ b/src/SmsSender.php @@ -60,12 +60,12 @@ public function send(string $message, string $phoneNumber, int $defaultPrefix = $this->password . $this->login . 'send' - . substr($message, 0, self::AUTH_MSG_LENGTH) + . substr($message, 0, self::AUTH_MSG_LENGTH), ), - ] + ], ), ], - ] + ], ); $response = (string) file_get_contents($this->apiUrl, false, $context);