From fbc4925a2a7e49d95a09a454bb449781ad6a49c5 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Tue, 27 Nov 2018 10:56:52 +0100 Subject: [PATCH] [#10664] minor tweaks after merging into 4.2 (bis) --- components/messenger.rst | 2 +- messenger.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/messenger.rst b/components/messenger.rst index 948bedaea52..899e550d180 100644 --- a/components/messenger.rst +++ b/components/messenger.rst @@ -193,7 +193,7 @@ transport will be responsible for communicating with your message broker or 3rd Your own Sender ~~~~~~~~~~~~~~~ -Using the :class:`Symfony\\Component\\Messenger\\Transport\\SenderInterface`, +Using the :class:`Symfony\\Component\\Messenger\\Transport\\Sender\\SenderInterface`, you can create your own message sender. Imagine that you already have an ``ImportantAction`` message going through the message bus and being handled by a handler. Now, you also want to send this diff --git a/messenger.rst b/messenger.rst index 42d6b2c1058..a6d17644d1a 100644 --- a/messenger.rst +++ b/messenger.rst @@ -703,7 +703,7 @@ This middleware can be configured to define the entity manager to use: - + custom