Skip to content

Commit 2c63c5c

Browse files
formated configuration
1 parent f400e46 commit 2c63c5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ public function getConfigTreeBuilder()
2323
->arrayNode('run')
2424
->addDefaultsIfNotSet()
2525
->children()
26-
->enumNode('mode')->values(['off', 'listener'])->defaultValue('off')->end()
26+
->enumNode('mode')
27+
->values(['off', 'listener'])
28+
->defaultValue('off')
29+
->end()
2730
->end()
2831
->end()
2932
->end();

0 commit comments

Comments
 (0)