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.
100100The destination and the formatting of this output vary with dumpers and are
101101influenced by two environment variables:
102102
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.
104105* If ``DUMP_LIGHT_ARRAY `` is set, then arrays are not displayed completely.
105106
106107This component comes with an :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper `
@@ -185,8 +186,9 @@ method. They also typically implement the
185186them from re-implementing the logic required to walk through a
186187:class: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data ` object's internal structure.
187188
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 ``::
190192
191193 use Symfony\Component\VarDumper\Dumper\HtmlDumper;
192194
You can’t perform that action at this time.
0 commit comments