Skip to content

Commit

Permalink
eliminated the double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dem3trio committed Jan 2, 2019
1 parent d664d2c commit a0db35a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ public function getConfigTreeBuilder()
->children()
->enumNode('theme')
->info('Changes the color of the dump() output when rendered directly on the templating. "dark" (default) or "light"')
->example('"dark"')
->example('dark')
->values(array('dark', 'light'))
->defaultValue('dark')
->end()
Expand Down

0 comments on commit a0db35a

Please sign in to comment.