Skip to content

Commit 3ed2cf3

Browse files
authored
Add missing ->end() method call
1 parent acae633 commit 3ed2cf3

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)