8000 Merge branch '4.4' into 5.1 · symfony/symfony-docs@7221735 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7221735

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Add missing `->end()` method call
2 parents 11f4532 + 5645e54 commit 7221735

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
@@ -750,7 +750,7 @@ By changing a string value into an associative array with ``name`` as the key::
750750
->then(function ($v) { return ['name' => $v]; })
751751
->end()
752752
->children()
753-
->scalarNode('name')->isRequired()
753+
->scalarNode('name')->isRequired()->end()
754754
// ...< 417F /span>
755755
->end()
756756
->end()

0 commit comments

Comments
 (0)
0