From 91b9198aa00f6bf28aaaaee22ab2e8405cde9315 Mon Sep 17 00:00:00 2001 From: Dmitry Danilson Date: Fri, 2 Sep 2016 22:03:13 +0300 Subject: [PATCH] Added php-cs-fixer options --- .php_cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.php_cs b/.php_cs index ae453d6f122..65353cc5f20 100644 --- a/.php_cs +++ b/.php_cs @@ -1,8 +1,9 @@ level(Symfony\CS\FixerInterface::SYMFONY_LEVEL) ->fixers([ - 'short_array_syntax', + 'align_double_arrow', + 'align_equals', 'ordered_use', + 'short_array_syntax', ]);