10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ef5ba commit 08235e5Copy full SHA for 08235e5
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
@@ -127,7 +127,7 @@ protected function doSend(MessageInterface $message): SentMessage
127
throw new TransportException('Unable to send the SMS: '.self::ERROR_CODES[$content['']['error']], $response);
128
}
129
130
- if (isset($content['error']) || isset($content[''])) {
+ if (isset($content['error'])) {
131
throw new TransportException('Unable to send the SMS: '.self::ERROR_CODES[$content['error']], $response);
132
133
0 commit comments