exclude('var') ->in(__DIR__); return PhpCsFixer\Config::create() ->setRules([ '@Symfony' => true, 'array_syntax' => ['syntax' => 'short'], ])->setFinder($finder) ;