in(__DIR__) ->exclude([ ]) ; return PhpCsFixer\Config::create() ->setFinder($finder) ->setRules([ '@Symfony' => true, '@PHP71Migration' => true, 'array_syntax' => ['syntax' => 'short'], 'ordered_imports' => true, 'phpdoc_order' => true, 'no_useless_return' => true, 'semicolon_after_instruction' => false, 'yoda_style' => false, ]) ;