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.
2 parents 520354d + e71911c commit 7201243Copy full SHA for 7201243
src/DependencyInjection/Configuration.php
@@ -21,6 +21,7 @@ public function getConfigTreeBuilder()
21
->scalarNode('api_key')->end()
22
->booleanNode('debug')->end()
23
->arrayNode('masked')->scalarPrototype()->end()
24
+ ->arrayNode('ignore')->scalarPrototype()->end()
25
->end();
26
27
return $treeBuilder;
0 commit comments