diff --git a/.php_cs b/.php_cs deleted file mode 100644 index 630c126..0000000 --- a/.php_cs +++ /dev/null @@ -1,9 +0,0 @@ -in('src'); - -return Symfony\CS\Config\Config::create() - ->level(Symfony\CS\FixerInterface::SYMFONY_LEVEL) - ->fixers(['-yoda_conditions', 'short_array_syntax', '-phpdoc_align']) - ->finder($finder);