Skip to content

Commit e1f3b5a

Browse files
srozeweaverryan
authored andcommitted
Fix the formating of the method name
1 parent 9b7b85f commit e1f3b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

+3-3
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)