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

Skip to content

Commit 181a539

Browse files
committed
Merge branch '5.1'
* 5.1: Add missing `->end()` method call
2 parents 6e81b35 + 7221735 commit 181a539

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
4198 // ...
755755
->end()
756756
->end()

0 commit comments

Comments
 (0)
0