From 2640d883e7ac42a2da8378e6b76301e97ad30af3 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Mon, 30 Apr 2012 11:06:25 -0300 Subject: [PATCH] fixed config example --- DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 24a1530b..a5fe3dcb 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -196,7 +196,7 @@ public function getConfigTreeBuilder() 'processors' => array('some_callable') ), 'main' => array( - 'type' => 'fingerscrossed', + 'type' => 'fingers_crossed', 'action_level' => 'WARNING', 'buffer_size' => 30, 'handler' => 'custom',