Skip to content

Commit

Permalink
clean style
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfarhad committed Dec 30, 2022
1 parent 874c199 commit b9e0b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function (AMQPMessage $message) use ($connection, $options, $connectionName, $qu
$this->exceptions->report($exception);

$this->kill(1);
} catch (Exception|Throwable $exception) {
} catch (Exception | Throwable $exception) {
$this->exceptions->report($exception);

$this->stopWorkerIfLostConnection($exception);
Expand Down

0 comments on commit b9e0b86

Please sign in to comment.