Skip to content

Commit c3c3528

Browse files
srozeweaverryan
authored andcommitted
Few updates following review
1 parent 64bfd75 commit c3c3528

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ configure the following services for you:
109109

110110
.. note::
111111

112-
In order to use Symfony's built-in AMQP adapter, you will need the Serializer
112+
In order to use Symfony's built-in AMQP transport, you will need the Serializer
113113
Component. Ensure that it is installed with:
114114

115115
.. code-block:: terminal
@@ -253,8 +253,8 @@ within the buses to add some extra capabilities like this:
253253
buses:
254254
messenger.bus.default:
255255
middleware:
256-
- "App\\Middleware\\MyMiddleware"
257-
- "App\\Middleware\\AnotherMiddleware"
256+
- 'App\Middleware\MyMiddleware'
257+
- 'App\Middleware\AnotherMiddleware'
258258
259259
Note that if the service is abstract, then a different instance of service will be
260260
created per bus.

0 commit comments

Comments
 (0)