@@ -23,32 +23,6 @@ key in your application configuration.
23
23
namespace and the related XSD schema is available at:
24
24
``https://symfony.com/schema/dic/debug/debug-1.0.xsd ``
25
25
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
-
52
26
.. _configuration-debug-dump_destination :
53
27
54
28
dump_destination
@@ -98,3 +72,29 @@ Typically, you would set this to ``php://stderr``:
98
72
99
73
100
74
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