We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913e3f7 commit 56351e8Copy full SHA for 56351e8
Transport/RoundRobinTransport.php
@@ -71,7 +71,7 @@ public function send(MessageInterface $message): SentMessage
71
while ($transport = $this->getNextTransport($message)) {
72
try {
73
return $transport->send($message);
74
- } catch (TransportExceptionInterface $e) {
+ } catch (TransportExceptionInterface) {
75
$this->deadTransports[$transport] = microtime(true);
76
}
77
0 commit comments