File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Notifier/Bridge/LightSms Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments