Skip to content

Commit 316c574

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Update events.rst Update kernel.rst Update debug.rst
2 parents 1b476a1 + 3c22c22 commit 316c574

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

reference/configuration/debug.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ dump_destination
6767

6868
Configures the output destination of the dumps.
6969

70-
By default, the dumps are shown in the toolbar. Since this is not always
71-
possible (e.g. when working on a JSON API), you can have an alternate output
72-
destination for dumps. Typically, you would set this to ``php://stderr``:
70+
By default, dumps are shown in the WebDebugToolbar when returning HTML.
71+
Since this is not always possible (e.g. when working on a JSON API),
72+
you can have an alternate output destination for dumps.
73+
Typically, you would set this to ``php://stderr``:
7374

7475
.. configuration-block::
7576

reference/configuration/kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Configuring in the Kernel
55
=========================
66

77
Some configuration can be done on the kernel class itself (located by default at
8-
``src/Kernel.php``). You can do this by overriding specific methods in
8+
``src/Kernel.php``). You can do this by overriding specific methods of
99
the parent :class:`Symfony\\Component\\HttpKernel\\Kernel` class.
1010

1111
Configuration

reference/events.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Built-in Symfony Events
22
=======================
33

4-
During the handling of an HTTP request, the Symfony framework (or any
4+
The Symfony framework is an HTTP Request-Response one.
5+
During the handling of an HTTP request, the framework (or any
56
application using the :doc:`HttpKernel component </components/http_kernel>`)
67
dispatches some :doc:`events </event_dispatcher>` which you can use to modify
7-
how the request is handled.
8+
how the request is handled and how the response is returned.
89

910
Kernel Events
1011
-------------

0 commit comments

Comments
 (0)