8000 minor #10709 [#10664] minor tweaks after merging into 4.2 (bis) (ogiz… · symfony/symfony-docs@69f88a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69f88a3

Browse files
committed
minor #10709 [#10664] minor tweaks after merging into 4.2 (bis) (ogizanagi)
This PR was merged into the 4.2 branch. Discussion ---------- [#10664] minor tweaks after merging into 4.2 (bis) Commits ------- fbc4925 [#10664] minor tweaks after merging into 4.2 (bis)
2 parents c12928f + fbc4925 commit 69f88a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ transport will be responsible for communicating with your message broker or 3rd
193193
Your own Sender
194194
~~~~~~~~~~~~~~~
195195

196-
Using the :class:`Symfony\\Component\\Messenger\\Transport\\SenderInterface`,
196+
Using the :class:`Symfony\\Component\\Messenger\\Transport\\Sender\\SenderInterface`,
197197
you can create your own message sender.
198198
Imagine that you already have an ``ImportantAction`` message going through the
199199
message bus and being handled by a handler. Now, you also want to send this

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ This middleware can be configured to define the entity manager to use:
703703
<framework:messenger>
704704
<framework:bus name="command_bus">
705705
<!-- Using the default configured entity manager name -->
706-
<framework:middleware id="doctrine_transaction_middleware" />
706+
<framework:middleware id="doctrine_transaction" />
707707
<!-- Using another entity manager -->
708708
<framework:middleware id="doctrine_transaction">
709709
<framework:argument>custom</framework:argument>

0 commit comments

Comments
 (0)
0