Skip to content

Commit c665f5d

Browse files
author
Michal Kierat
committed
The force option is a boolean not a scalar
1 parent 8a2eaf7 commit c665f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getConfigTreeBuilder()
6464
->canBeEnabled()
6565
->children()
6666
->booleanNode('enabled')->defaultFalse()->end()
67-
->scalarNode('force')->defaultFalse()->end()
67+
->booleanNode('force')->defaultFalse()->end()
6868
->scalarNode('service')->defaultNull()->end()
6969
->end()
7070
->end()

0 commit comments

Comments
 (0)