Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit defd635

Browse files
jbruniweaverryan
authored andcommitted
Update definition.rst - indentation fix
Reverting indentation of a call to "ifString()" back to its correct place. A commit from 9 months ago changed it by mistake: symfony@9a0b4e1#L0L380
1 parent 1b707dd commit defd635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ By changing a string value into an associative array with ``name`` as the key::
490490
->children()
491491
->arrayNode('connection')
492492
->beforeNormalization()
493-
->ifString()
493+
->ifString()
494494
->then(function($v) { return array('name'=> $v); })
495495
->end()
496496
->children()

0 commit comments

Comments
 (0)