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 Dec 26, 2018
1 parent eed4ba2 commit feb6f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 feb6f34

Please sign in to comment.