Skip to content

Commit 912eb7c

Browse files
committed
minor symfony#52999 [Notifier] [Clickatell] Fixed minor typo (Nyholm)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] [Clickatell] Fixed minor typo | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Im working on a new bridge, so I found this small typo. Commits ------- 70448a8 [Notifier][Clickatell] Fixed minor typo
2 parents 52839be + 70448a8 commit 912eb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function doSend(MessageInterface $message): SentMessage
7878
try {
7979
$statusCode = $response->getStatusCode();
8080
} catch (TransportExceptionInterface $e) {
81-
throw new TransportException('Could not reach the remote Clicktell server.', $response, 0, $e);
81+
throw new TransportException('Could not reach the remote Clickatell server.', $response, 0, $e);
8282
}
8383

8484
if (202 === $statusCode) {

0 commit comments

Comments
 (0)