@@ -44,7 +44,7 @@ Registering Handlers
4444--------------------
4545
4646In 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:
2322321. ``logging `` middleware. Responsible of logging the beginning and the end of the
233233 message within the bus.
234234
235- 2. _Your own collection ofmiddleware __
235+ 2. _Your own collection ofmiddleware _
236236
2372373. ``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