From bec231f6ca98e3fce86ef05ff975a0b05f2fbbde Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Sat, 31 Mar 2012 17:31:37 -0300 Subject: [PATCH] fixed CS --- .../Compiler/AddCacheClearerPass.php | 12 ++++++------ .../Compiler/AddCacheWarmerPass.php | 12 ++++++------ .../DependencyInjection/Compiler/FormPass.php | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php index f37ab22934..74d67440e4 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php @@ -1,11 +1,5 @@