Skip to content

Commit 18479ce

Browse files
ogizanagidrgomesp
authored andcommittedJan 29, 2019
Fix cs issue
1 parent d937935 commit 18479ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎QueueInteropTransport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function send(Envelope $envelope): Envelope
144144
if (!$this->contextManager->recoverException($e, $destination)) {
145145
throw new SendingMessageFailedException($e->getMessage(), null, $e);
146146
}
147-
147+
148148
// The context manager recovered the exception, we re-try.
149149
$envelope = $this->send($envelope);
150150
}

0 commit comments

Comments
 (0)
Please sign in to comment.