File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ 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
102
103
- * If ``DUMP_STRING_LENGTH `` is set, then the length of a string is displayed next to its content.
103
+ * If ``DUMP_STRING_LENGTH `` is set, then the length of a string is displayed
104
+ next to its content.
104
105
* If ``DUMP_LIGHT_ARRAY `` is set, then arrays are not displayed completely.
105
106
106
107
This component comes with an :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper `
@@ -185,8 +186,9 @@ method. They also typically implement the
185
186
them from re-implementing the logic required to walk through a
186
187
:class: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data ` object's internal structure.
187
188
188
- The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` limits string length and nesting depth of the output.
189
- These options can be overriden by providing a third parameter when calling ``dump ``::
189
+ The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` limits string
190
+ length and nesting depth of the output. These options can be overriden by
191
+ providing a third parameter when calling ``dump ``::
190
192
191
193
use Symfony\Component\VarDumper\Dumper\HtmlDumper;
192
194
You can’t perform that action at this time.
0 commit comments