File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ a new ``locale`` parameter is added to the ``config/services.yaml`` file).
321
321
.. seealso ::
322
322
323
323
Later in this article you can read how to
324
- ref:`get configuration parameters in controllers and services <configuration-accessing-parameters> `.
324
+ : ref: `get configuration parameters in controllers and services <configuration-accessing-parameters >`.
325
325
326
326
.. index ::
327
327
single: Environments; Introduction
Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ flag:
153
153
Hi Fabien!
154
154
155
155
$ php bin/console app:greet Fabien --iterations=5
156
- Hi Fabien
157
- Hi Fabien
158
- Hi Fabien
159
- Hi Fabien
160
- Hi Fabien
156
+ Hi Fabien!
157
+ Hi Fabien!
158
+ Hi Fabien!
159
+ Hi Fabien!
160
+ Hi Fabien!
161
161
162
162
# the order of options isn't important
163
163
$ php bin/console app:greet Fabien --iterations=5 --yell
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ serialized::
50
50
51
51
.. _messenger-handler :
52
52
53
- A message handler is a PHP callable, the easiest way to create it is to create a class that implements
54
- ``MessageHandlerInterface `` and has an ``__invoke() `` method that's
53
+ A message handler is a PHP callable, the recommended way to create it is to create a class that
54
+ implements ``MessageHandlerInterface `` and has an ``__invoke() `` method that's
55
55
type-hinted with the message class (or a message interface)::
56
56
57
57
// src/MessageHandler/SmsNotificationHandler.php
@@ -1262,7 +1262,7 @@ Middleware
1262
1262
~~~~~~~~~~
1263
1263
1264
1264
What happens when you dispatch a message to a message bus depends on its
1265
- collection of middleware ( and their order) . By default, the middleware configured
1265
+ collection of middleware and their order. By default, the middleware configured
1266
1266
for each bus looks like this:
1267
1267
1268
1268
#. ``add_bus_name_stamp_middleware `` - adds a stamp to record which bus this
You can’t perform that action at this time.
0 commit comments