We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3774a37 commit 4d400bdCopy full SHA for 4d400bd
components/config/definition.rst
@@ -506,7 +506,7 @@ By changing a string value into an associative array with ``name`` as the key::
506
->arrayNode('connection')
507
->beforeNormalization()
508
->ifString()
509
- ->then(function($v) { return array('name'=> $v); })
+ ->then(function ($v) { return array('name' => $v); })
510
->end()
511
->children()
512
->scalarNode('name')->isRequired()
0 commit comments