8000 Merge branch '7.2' into 7.3 · symfony/symfony-docs@1d3461c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d3461c

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [Reference] Sort debug options alphabetically
2 parents 3591700 + b9c8bd8 commit 1d3461c

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

reference/configuration/debug.rst

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,6 @@ key in your application configuration.
2323
namespace and the related XSD schema is available at:
2424
``https://symfony.com/schema/dic/debug/debug-1.0.xsd``
2525

26-
max_items
27-
~~~~~~~~~
28-
29-
**type**: ``integer`` **default**: ``2500``
30-
31-
This is the maximum number of items to dump. Setting this option to ``-1``
32-
disables the limit.
33-
34-
min_depth
35-
~~~~~~~~~
36-
37-
**type**: ``integer`` **default**: ``1``
38-
39-
Configures the minimum tree depth until which all items are guaranteed to
40-
be cloned. After this depth is reached, only ``max_items`` items will be
41-
cloned. The default value is ``1``, which is consistent with older Symfony
42-
versions.
43-
44-
max_string_length
45-
~~~~~~~~~~~~~~~~~
46-
47-
**type**: ``integer`` **default**: ``-1``
48-
49-
This option configures the maximum string length before truncating the
50-
string. The default value (``-1``) means that strings are never truncated.
51-
5226
.. _configuration-debug-dump_destination:
5327

5428
dump_destination
@@ -98,3 +72,29 @@ Typically, you would set this to ``php://stderr``:
9872
9973
10074
Configure it to ``"tcp://%env(VAR_DUMPER_SERVER)%"`` in order to use the :ref:`ServerDumper feature <var-dumper-dump-server>`.
75+
76+
max_items
77+
~~~~~~~~~
78+
79+
**type**: ``integer`` **default**: ``2500``
80+
81+
This is the maximum number of items to dump. Setting this option to ``-1``
82+
disables the limit.
83+
84+
max_string_length
85+
~~~~~~~~~~~~~~~~~
86+
87+
**type**: ``integer`` **default**: ``-1``
88+
89+
This option configures the maximum string length before truncating the
90+
string. The default value (``-1``) means that strings are never truncated.
91+
92+
min_depth
93+
~~~~~~~~~
94+
95+
**type**: ``integer`` **default**: ``1``
96+
97+
Configures the minimum tree depth until which all items are guaranteed to
98+
be cloned. After this depth is reached, only ``max_items`` items will be
99+
cloned. The default value is ``1``, which is consistent with older Symfony
100+
versions.

0 commit comments

Comments
 (0)
0