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
179
179
them from re-implementing the logic required to walk through a
180
180
:class: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data ` object's internal structure.
181
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> `.
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');
184
188
185
189
The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` limits string
186
190
length 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