8000 minor #14283 Add missing `->end()` method call (jdreesen) · symfony/symfony-docs@8cea2ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cea2ad

Browse files
committed
minor #14283 Add missing ->end() method call (jdreesen)
This PR was merged into the 3.4 branch. Discussion ---------- Add missing `->end()` method call I think for the consistency it might be good to add an `->end()` call here. Commits ------- 3ed2cf3 Add missing `->end()` method call
2 parents acae633 + 3ed2cf3 commit 8cea2ad

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
@@ -752,7 +752,7 @@ By changing a string value into an associative array with ``name`` as the key::
752752
->then(function ($v) { return ['name' => $v]; })
753753
->end()
754754
->children()
755-
->scalarNode('name')->isRequired()
755+
->scalarNode('name')->isRequired()->end()
756756
// ...
757757
->end()
758758
->end()

0 commit comments

Comments
 (0)
0