Skip to content

Commit 41bebe5

Browse files
committed
Fix the formating of the method name
1 parent 8abb0a0 commit 41bebe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

+2-2
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;
@@ -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)