We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6734e81 commit a562c8bCopy full SHA for a562c8b
DependencyInjection/Configuration.php
@@ -98,7 +98,7 @@ public function getConfigTreeBuilder()
98
->arrayNode('error_sample_rates')
99
->treatNullLike([])
100
->useAttributeAsKey('type')
101
- ->arrayPrototype()
+ ->prototype('array')
102
->children()
103
->integerNode('type')->end()
104
->floatNode('rate')->end()
@@ -109,7 +109,7 @@ public function getConfigTreeBuilder()
109
->arrayNode('exception_sample_rates')
110
111
->useAttributeAsKey('class')
112
113
114
->scalarNode('class')->end()
115
0 commit comments