Skip to content

[#10664] minor tweaks after merging into 4.2 (bis) #10709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ This middleware can be configured to define the entity manager to use:
<framework:messenger>
<framework:bus name="command_bus">
<!-- Using the default configured entity manager name -->
<framework:middleware id="doctrine_transaction_middleware" />
<framework:middleware id="doctrine_transaction" />
<!-- Using another entity manager -->
<framework:middleware id="doctrine_transaction">
<framework:argument>custom</framework:argument>
Expand Down