Skip to content

Commit 7a26181

Browse files
committed
Merge branch '4.4'
* 4.4: Update messenger.rst Update input.rst Update configuration.rst
2 parents 12cb663 + 99f8596 commit 7a26181

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ a new ``locale`` parameter is added to the ``config/services.yaml`` file).
321321
.. seealso::
322322

323323
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>`.
325325

326326
.. index::
327327
single: Environments; Introduction

console/input.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ flag:
153153
Hi Fabien!
154154
155155
$ 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!
161161
162162
# the order of options isn't important
163163
$ php bin/console app:greet Fabien --iterations=5 --yell

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ serialized::
5050

5151
.. _messenger-handler:
5252

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
5555
type-hinted with the message class (or a message interface)::
5656

5757
// src/MessageHandler/SmsNotificationHandler.php
@@ -1262,7 +1262,7 @@ Middleware
12621262
~~~~~~~~~~
12631263

12641264
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
12661266
for each bus looks like this:
12671267

12681268
#. ``add_bus_name_stamp_middleware`` - adds a stamp to record which bus this

0 commit comments

Comments
 (0)