Skip to content

Commit

Permalink
Indentation fix from phpcsfixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ndousson committed Mar 20, 2024
1 parent 3c5c83b commit 3de910d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Listener/Symfony/MessengerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public function onMessageReceived(WorkerMessageReceivedEvent $event): void
$this->logger->log(
'warning',
'An error occurred when comparing the consumed message to the messages in `ZddMessageConfigInterface::getMessageToAssert`', [
$throwable->getMessage(),
]);
$throwable->getMessage(),
]);
}
}

Expand Down

0 comments on commit 3de910d

Please sign in to comment.