Skip to content

Commit 46cabc9

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fixed heading levels Updated the explanation about Symfony server dependencies [Messenger] Fix hidden section title Fixed the link to the ErrorRenderer component page
2 parents f65a9a7 + 99b0672 commit 46cabc9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contributing/code/core_team.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Active Core Members
9292

9393
* **Samuel Rozé** (`sroze`_) can merge into the Messenger_ component.
9494

95-
* **Yonel Ceruto** (`yceruto`_) can merge into the ErrorRenderer,
95+
* **Yonel Ceruto** (`yceruto`_) can merge into the ErrorRenderer_,
9696
OptionsResolver_, and Form_ components and TwigBundle_.
9797

9898
* **Deciders Team** (``@symfony/deciders`` on GitHub):

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)