Skip to content

Commit 9e7cf6f

Browse files
committed
Compatibility with Symfony 2.*
1 parent 0770f65 commit 9e7cf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function getConfigTreeBuilder()
107107
->prototype('scalar')->end()
108108
->end()
109109
->arrayNode('processorOptions')
110-
->arrayPrototype()
110+
->prototype('array')
111111
->prototype('scalar')->end()
112112
->end()
113113
->end()

0 commit comments

Comments
 (0)