Skip to content

Commit 4d400bd

Browse files
committed
Fix typos
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 3774a37 commit 4d400bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/definition.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ By changing a string value into an associative array with ``name`` as the key::
506506
->arrayNode('connection')
507507
->beforeNormalization()
508508
->ifString()
509-
->then(function($v) { return array('name'=> $v); })
509+
->then(function ($v) { return array('name' => $v); })
510510
->end()
511511
->children()
512512
->scalarNode('name')->isRequired()

0 commit comments

Comments
 (0)