File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,12 @@ method. They also typically implement the
179179them from re-implementing the logic required to walk through a
180180:class: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data ` object's internal structure.
181181
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> `.
182+ The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` uses a dark
183+ theme by default. Use the :method: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper::setTheme `
184+ method to use a light theme::
185+
186+ // ...
187+ $htmlDumper->setTheme('light');
184188
185189The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` limits string
186190length and nesting depth of the output to make it more readable. These options
You can’t perform that action at this time.
0 commit comments