8000 minor #52999 [Notifier] [Clickatell] Fixed minor typo (Nyholm) · symfony/symfony@912eb7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 912eb7c

Browse files
committed
minor #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 | Iss 8000 ues | | 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

+1-1
79
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function doSend(MessageInterface $message): SentMessage
7878
try {
79
$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)
0