Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Das-Ente committed Feb 9, 2022
1 parent 514f80d commit 0774538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transport/Amqp/AmqpTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ private function createCallbackFromHandler(Closure $handler): Closure
));
$this->handleUnprocessableMessage($message);
} else {
$this->logger->info('Handle message of type ' . get_class($event) . " wich is createt at {$event->getCreatedAt()->format('c')}");
$this->logger->info('Handle message of type ' . get_class($event) . " which is created at {$event->getCreatedAt()->format('c')}");
if ($this->listenerProvider->eventHasListeners($event)) {
try {
$handler($event);
Expand Down

0 comments on commit 0774538

Please sign in to comment.