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 2dff31b

Browse filesBrowse files
committed
minor #11440 Fix format by removing underscore (dominikhajduk)
This PR was merged into the 4.2 branch. Discussion ---------- Fix format by removing underscore Please see link in second point in: https://symfony.com/doc/current/messenger.html#middleware Commits ------- ebd1544 Fix format by removing underscore
2 parents a60d8d4 + ebd1544 commit 2dff31b
Copy full SHA for 2dff31b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ for each bus looks like this:
433433
#. ``logging`` middleware. Responsible for logging the beginning and the end of the
434434
message within the bus;
435435

436-
#. _Your own collection of middleware_;
436+
#. Your own collection of middleware_;
437437

438438
#. ``send_message`` middleware. Will route the messages you configured to their
439439
corresponding sender and stop the middleware chain;

0 commit comments

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