Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 27fde91

Browse files
committed
Allow array arguments in model.options
1 parent b3e83d0 commit 27fde91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function getConfigTreeBuilder(): TreeBuilder
7474
->scalarNode('name')->isRequired()->end()
7575
->scalarNode('version')->defaultNull()->end()
7676
->arrayNode('options')
77-
->scalarPrototype()->end()
77+
->variablePrototype()->end()
7878
->end()
7979
->end()
8080
->end()
@@ -200,7 +200,7 @@ public function getConfigTreeBuilder(): TreeBuilder
200200
->scalarNode('name')->isRequired()->end()
201201
->scalarNode('version')->defaultNull()->end()
202202
->arrayNode('options')
203-
->scalarPrototype()->end()
203+
->variablePrototype()->end()
204204
->end()
205205
->end()
206206
->end()

0 commit comments

Comments
 (0)