We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d460894 commit 041ae61Copy full SHA for 041ae61
components/var_dumper/advanced.rst
@@ -179,6 +179,9 @@ method. They also typically implement the
179
them from re-implementing the logic required to walk through a
180
:class:`Symfony\\Component\\VarDumper\\Cloner\\Data` object's internal structure.
181
182
+The :class:`Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper` is by default using a dark theme.
183
+To use a light theme use the method :method:`$htmlDumper->setTheme('light') <Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper::setTheme>`.
184
+
185
The :class:`Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper` limits string
186
length and nesting depth of the output to make it more readable. These options
187
can be overriden by the third optional parameter of the
0 commit comments