Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdefd635

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 parent1b707dd commitdefd635

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)

[8]ページ先頭

©2009-2025 Movatter.jp