File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,9 @@ A dumper is responsible for outputting a string representation of a PHP variable
99
99
using a :class: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data ` object as input.
100
100
The destination and the formatting of this output vary with dumpers and are
101
101
influenced by two environment variables:
102
- If ``DUMP_STRING_LENGTH `` is set, then
103
- the length of a string is displayed next to its content.
104
- If ``DUMP_LIGHT_ARRAY `` is set,
105
- then arrays are not displayed completely.
102
+
103
+ - If ``DUMP_STRING_LENGTH `` is set, then the length of a string is displayed next to its content.
104
+ - If ``DUMP_LIGHT_ARRAY `` is set, then arrays are not displayed completely.
106
105
107
106
This component comes with an :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper `
108
107
for HTML output and a :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ CliDumper `
@@ -186,7 +185,7 @@ method. They also typically implement the
186
185
them from re-implementing the logic required to walk through a
187
186
:class: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data ` object's internal structure.
188
187
189
- The HTMLDumper limits string length and nesting depth of the output.
188
+ The :class: ` Symfony \\ Component \\ VarDumper \\ Dumper \\ HtmlDumper ` limits string length and nesting depth of the output.
190
189
These options can be overriden by providing a third parameter when calling ``dump ``::
191
190
192
191
use Symfony\Component\VarDumper\Dumper\HtmlDumper;
You can’t perform that action at this time.
0 commit comments