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.
2 parents 11f4532 + 5645e54 commit 7221735Copy full SHA for 7221735
components/config/definition.rst
@@ -750,7 +750,7 @@ By changing a string value into an associative array with ``name`` as the key::
750
->then(function ($v) { return ['name' => $v]; })
751
->end()
752
->children()
753
- ->scalarNode('name')->isRequired()
+ ->scalarNode('name')->isRequired()->end()
754
// ...
755
756
0 commit comments