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 8a2eaf7 commit c665f5dCopy full SHA for c665f5d
DependencyInjection/Configuration.php
@@ -64,7 +64,7 @@ public function getConfigTreeBuilder()
64
->canBeEnabled()
65
->children()
66
->booleanNode('enabled')->defaultFalse()->end()
67
- ->scalarNode('force')->defaultFalse()->end()
+ ->booleanNode('force')->defaultFalse()->end()
68
->scalarNode('service')->defaultNull()->end()
69
->end()
70
0 commit comments