From b9e0b861c191f635e9eafe7d50255aaee530326b Mon Sep 17 00:00:00 2001 From: iamfarhad Date: Sat, 31 Dec 2022 00:11:15 +0330 Subject: [PATCH] clean style --- src/Consumer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Consumer.php b/src/Consumer.php index 4103c66..8d60582 100644 --- a/src/Consumer.php +++ b/src/Consumer.php @@ -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);