We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
->end()
1 parent acae633 commit 3ed2cf3Copy full SHA for 3ed2cf3
components/config/definition.rst
@@ -752,7 +752,7 @@ By changing a string value into an associative array with ``name`` as the key::
752
->then(function ($v) { return ['name' => $v]; })
753
754
->children()
755
- ->scalarNode('name')->isRequired()
+ ->scalarNode('name')->isRequired()->end()
756
// ...
757
758
0 commit comments