Skip to content

Commit ce6544b

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Fixed heading levels Updated the explanation about Symfony server dependencies [Messenger] Fix hidden section title
2 parents 1c72f5c + 6b994b2 commit ce6544b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

messenger/handler_results.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
single: Messenger; Getting results / Working with command & query buses
33

44
Getting Results from your Handler
5-
---------------------------------
5+
=================================
66

77
When a message is handled, the :class:`Symfony\\Component\\Messenger\\Middleware\\HandleMessageMiddleware`
88
adds a :class:`Symfony\\Component\\Messenger\\Stamp\\HandledStamp` for each object that handled the message.

setup/symfony_server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ PHP application and even with HTML/SPA (single page applications).
1414
Installation
1515
------------
1616

17-
The Symfony server is distributed as a free installable binary, without any
18-
dependency, and has support for Linux, macOS and Windows. Go to `symfony.com/download`_
19-
and follow the instructions for your operating system.
17+
The Symfony server is distributed as a free installable binary and has support
18+
for Linux, macOS and Windows. Go to `symfony.com/download`_ and follow the
19+
instructions for your operating system.
2020

2121
.. note::
2222

0 commit comments

Comments
 (0)