We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330e835 commit 0f0176aCopy full SHA for 0f0176a
1 file changed
DependencyInjection/Configuration.php
@@ -37,7 +37,7 @@ public function getConfigTreeBuilder()
37
->booleanNode('use_table_diffing')
38
->defaultTrue()
39
->end()
40
- ->scalerNode('purifier_cache_location')
+ ->scalarNode('purifier_cache_location')
41
->defaultNull()
42
43
->integerNode('match_threshold')->end()
0 commit comments