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 6e81b35 + 7221735 commit 181a539Copy full SHA for 181a539
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