You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/messenger.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ middleware stack. The component comes with a set of middleware that you can use.
77
77
When using the message bus with Symfony's FrameworkBundle, the following middleware
78
78
are configured for you:
79
79
80
-
#. :class:`Symfony\\Component\\Messenger\\Middleware\\SendMessageMiddleware` (enables asynchronous processing, logs the processing of your messages if you pass a logger)
80
+
#. :class:`Symfony\\Component\\Messenger\\Middleware\\SendMessageMiddleware` (enables asynchronous processing, logs the processing of your messages if you provide a logger)
81
81
#. :class:`Symfony\\Component\\Messenger\\Middleware\\HandleMessageMiddleware` (calls the registered handler(s))
0 commit comments