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 f8fb792 + 8cea2ad commit 5645e54Copy full SHA for 5645e54
components/config/definition.rst
@@ -743,7 +743,7 @@ By changing a string value into an associative array with ``name`` as the key::
743
->then(function ($v) { return ['name' => $v]; })
744
->end()
745
->children()
746
- ->scalarNode('name')->isRequired()
+ ->scalarNode('name')->isRequired()->end()
747
// ...
748
749
0 commit comments