File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,10 @@ dump_destination
6767
6868Configures 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Configuring in the Kernel
55=========================
66
77Some 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
99the parent :class: `Symfony\\ Component\\ HttpKernel\\ Kernel ` class.
1010
1111Configuration
Original file line number Diff line number Diff line change 11Built-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
56application using the :doc: `HttpKernel component </components/http_kernel >`)
67dispatches 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
910Kernel Events
1011-------------
You can’t perform that action at this time.
0 commit comments