setRiskyAllowed(true) ->setRules([ '@Symfony' => true, 'array_syntax' => ['syntax' => 'short'], ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->name('*.php') ) ; return $config;