Skip to content

Commit 41fd628

Browse files
committed
minor #8641 [Config] Add missing paranthesis of arrayPrototype method (issei-m)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8641). Discussion ---------- [Config] Add missing paranthesis of `arrayPrototype` method Commits ------- 755a2bf [Config] Add missing paranthesis of `arrayPrototype` method
2 parents dc38ec0 + 755a2bf commit 41fd628

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)