Skip to content

Commit 9340846

Browse files
Replaced the list to use an unordered list
1 parent adbec6d commit 9340846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/var_dumper/advanced.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +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.
104-
- If ``DUMP_LIGHT_ARRAY`` is set, then arrays are not displayed completely.
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.
105105

106106
This component comes with an :class:`Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper`
107107
for HTML output and a :class:`Symfony\\Component\\VarDumper\\Dumper\\CliDumper`

0 commit comments

Comments
 (0)