Skip to content

Commit b9e0b86

Browse files
committed
clean style
1 parent 874c199 commit b9e0b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Consumer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function (AMQPMessage $message) use ($connection, $options, $connectionName, $qu
140140
$this->exceptions->report($exception);
141141

142142
$this->kill(1);
143-
} catch (Exception|Throwable $exception) {
143+
} catch (Exception | Throwable $exception) {
144144
$this->exceptions->report($exception);
145145

146146
$this->stopWorkerIfLostConnection($exception);

0 commit comments

Comments
 (0)