Skip to content

Commit 4420d3a

Browse files
committed
Merge pull request #8 from kbond/patch-1
fixed config example
2 parents 85a4eb4 + 2640d88 commit 4420d3a

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
@@ -196,7 +196,7 @@ public function getConfigTreeBuilder()
196196
'processors' => array('some_callable')
197197
),
198198
'main' => array(
199-
'type' => 'fingerscrossed',
199+
'type' => 'fingers_crossed',
200200
'action_level' => 'WARNING',
201201
'buffer_size' => 30,
202202
'handler' => 'custom',

0 commit comments

Comments
 (0)