8000 Symfony Messenger component documentation by sroze · Pull Request #9437 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Symfony Messenger component documentation #9437

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 15 commits into from
Apr 16, 2018
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
It helps multiple applications
 Please enter the commit message for your changes. Lines starting
  • Loading branch information
sroze committed Mar 27, 2018
commit 25c0b6ec72011d74994ac7cb9d98817f122d5368
2 changes: 1 addition & 1 deletion components/messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Messenger Component
=======================

The Messenger component helps application send and receive messages to/from other applications or via message queues.
The Messenger component helps applications send and receive messages to/from other applications or via message queues.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-    The Messenger component helps applications send and receive messages to/from other applications or via message queues.
+    The Messenger component helps applications send messages to and receive messages from other applications and via message queues.


Installation
------------
Expand Down
0