8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed4ba2 commit feb6f34Copy full SHA for feb6f34
src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php
@@ -59,7 +59,7 @@ public function getConfigTreeBuilder()
59
->children()
60
->enumNode('theme')
61
->info('Changes the color of the dump() output when rendered directly on the templating. "dark" (default) or "light"')
62
- ->example('"dark"')
+ ->example('dark')
63
->values(array('dark', 'light'))
64
->defaultValue('dark')
65
->end()
0 commit comments