Skip to content

Commit 755a2bf

Browse files
issei-mxabbuh
authored andcommitted
[Config] Add missing paranthesis of arrayPrototype method
1 parent dc38ec0 commit 755a2bf

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
@@ -555,7 +555,7 @@ tree with ``append()``::
555555
->isRequired()
556556
->requiresAtLeastOneElement()
557557
->useAttributeAsKey('name')
558-
->arrayPrototype
558+
->arrayPrototype()
559559
->children()
560560
->scalarNode('value')->isRequired()->end()
561561
->end()

0 commit comments

Comments
 (0)