Skip to content

Commit a562c8b

Browse files
committed
configuartion: update support for sf2
1 parent 6734e81 commit a562c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getConfigTreeBuilder()
9898
->arrayNode('error_sample_rates')
9999
->treatNullLike([])
100100
->useAttributeAsKey('type')
101-
->arrayPrototype()
101+
->prototype('array')
102102
->children()
103103
->integerNode('type')->end()
104104
->floatNode('rate')->end()
@@ -109,7 +109,7 @@ public function getConfigTreeBuilder()
109109
->arrayNode('exception_sample_rates')
110110
->treatNullLike([])
111111
->useAttributeAsKey('class')
112-
->arrayPrototype()
112+
->prototype('array')
113113
->children()
114114
->scalarNode('class')->end()
115115
->floatNode('rate')->end()

0 commit comments

Comments
 (0)