Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4949c54

Browse filesBrowse files
committed
cs
1 parent 74b5f8c commit 4949c54
Copy full SHA for 4949c54

File tree

2 files changed

+1
-3
lines changed
Filter options

2 files changed

+1
-3
lines changed

‎src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
use Symfony\Component\Notifier\Message\SmsMessage;
1919
use Symfony\Component\Notifier\Transport\AbstractTransport;
2020
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
21-
use Symfony\Contracts\HttpClient\Exception\DecodingExceptionInterface;
22-
use Symfony\Contracts\HttpClient\Exception\HttpExceptionInterface;
2321
use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface;
2422
use Symfony\Contracts\HttpClient\HttpClientInterface;
2523

‎src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function doSend(MessageInterface $message): SentMessage
8787
$data = $response->toArray();
8888
} catch (TransportExceptionInterface $e) {
8989
throw new TransportException('Could not reach the remote SpotHit server.', $response, 0, $e);
90-
} catch (HttpExceptionInterface|DecodingExceptionInterface $e) {
90+
} catch (HttpExceptionInterface | DecodingExceptionInterface $e) {
9191
throw new TransportException('Unexpected reply from the remote SpotHit server.', $response, 0, $e);
9292
}
9393

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.