Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commite1f3b5a

Browse files
srozeweaverryan
authored andcommitted
Fix the formating of the method name
1 parent9b7b85f commite1f3b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎messenger.rst‎

Lines 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 ofmiddleware__
235+
2. _Your own collection ofmiddleware_
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)

[8]ページ先頭

©2009-2025 Movatter.jp