Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e1f3b5a

Browse filesBrowse files
srozeweaverryan
authored andcommitted
Fix the formating of the method name
1 parent 9b7b85f commit e1f3b5a
Copy full SHA for e1f3b5a

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Registering Handlers
4444
--------------------
4545

4646
In order to do something when your message is dispatched, you need to create a
47-
message handler. It's a class with an `__invoke` method::
47+
message handler. It's a class with an ``__invoke`` method::
4848

4949
// src/MessageHandler/MyMessageHandler.php
5050
namespace App\MessageHandler;
@@ -232,7 +232,7 @@ for each bus looks like this:
232232
1. ``logging`` middleware. Responsible of logging the beginning and the end of the
233233
message within the bus.
234234

235-
2. _Your own collection of middleware__
235+
2. _Your own collection of middleware_
236236

237237
3. ``route_messages`` middleware. Will route the messages your configured to their
238238
corresponding sender and stop the middleware chain.
@@ -355,4 +355,4 @@ will give you access to the following services:
355355
#. ``messenger.sender.yours``: the sender.
356356
#. ``messenger.receiver.yours``: the receiver.
357357

358-
.. _`enqueue's transport`: https://github.com/sroze/enqueue-bridge
358+
.. _`enqueue's transport`: https://github.com/enqueue/messenger-adapter

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.