8000
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 d664d2c commit a0db35aCopy full SHA for a0db35a
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