Skip to content

Commit c18eddd

Browse files
committed
minor #17857 Update notifier.rst (Knallcharge)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- Update notifier.rst fixed typo Commits ------- 9c17243 Update notifier.rst
2 parents d5bbc28 + 9c17243 commit c18eddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ is dispatched. Listeners receive a
903903
$message = $event->getOriginalMessage();
904904

905905
// log something
906-
$this->logger(sprintf('The message has been successfully sent and have id: %s, $message->getMessageId()'));
906+
$this->logger(sprintf('The message has been successfully sent and has id: %s, $message->getMessageId()'));
907907
});
908908

909909
.. TODO

0 commit comments

Comments
 (0)