8000 * LightSmsTransport.php - make fabbot happy · symfony/symfony@37c665e · GitHub
[go: up one dir, main page]

Skip to content

Commit 37c665e

Browse files
author
Vasilij Dusko | CREATION
committed
* LightSmsTransport.php - make fabbot happy
1 parent 68a12fa commit 37c665e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ protected function doSend(MessageInterface $message): SentMessage
120120
);
121121

122122
if (Response::HTTP_OK !== $response->getStatusCode()) {
123-
throw new TransportException('Unable to send the SMS', $response);
123+
throw new TransportException('Unable to send the SMS.', $response);
124124
}
125125

126126
$content = $response->toArray(false);
@@ -148,7 +148,7 @@ protected function doSend(MessageInterface $message): SentMessage
148148
return $sentMessage;
149149
}
150150

151-
throw new TransportException('Unable to send the SMS', $response);
151+
throw new TransportException('Unable to send the SMS.', $response);
152152
}
153153

154154
private function generateSignature(array $data, int $timestamp): string

0 commit comments

Comments
 (0)
0