Skip to content

Commit dfb6d6a

Browse files
Trimmed some lines to respect the 80-char soft limit
1 parent 9340846 commit dfb6d6a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

components/var_dumper/advanced.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ using a :class:`Symfony\\Component\\VarDumper\\Cloner\\Data` object as input.
100100
The destination and the formatting of this output vary with dumpers and are
101101
influenced 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

106107
This component comes with an :class:`Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper`
@@ -185,8 +186,9 @@ method. They also typically implement the
185186
them 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

0 commit comments

Comments
 (0)