* Coding Standard patch

This commit is contained in:
Vasilij Dusko | CREATION 2021-04-01 13:35:26 +03:00
parent 1ff97e410a
commit 83d259832b

View File

@ -106,7 +106,7 @@ final class LightSmsTransport extends AbstractTransport
'phone' => $this->escapePhoneNumber($message->getPhone()),
'text' => $message->getSubject(),
'sender' => $this->from,
'timestamp' => $timestamp
'timestamp' => $timestamp,
];
$data['signature'] = $this->generateSignature($data, $timestamp);
$endpoint = 'https://'.$this->getEndpoint().'/external/get/send.php?'.http_build_query($data);