From 874e6bf41ad12c88445b01dc56a737b540640765 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Tue, 3 Feb 2015 14:08:23 +0100 Subject: [PATCH] Update the rules --- .php_cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/.php_cs b/.php_cs index 5b2f7c2..75a4d3a 100644 --- a/.php_cs +++ b/.php_cs @@ -7,8 +7,6 @@ $finder = Symfony\CS\Finder\DefaultFinder::create() return Symfony\CS\Config\Config::create() ->level(Symfony\CS\FixerInterface::PSR2_LEVEL) ->fixers(array( - 'align_double_arrow', - 'align_equals', 'concat_with_spaces', 'ordered_use', 'extra_empty_lines',