in(__DIR__) ->exclude([ 'bin', 'config/jwt', 'config/secrets', 'old', 'public', 'var', 'vendor', ]) ->notPath([ 'rector.php', ]) ; return (new PhpCsFixer\Config()) ->setRules([ '@Symfony' => true, ]) ->setFinder($finder) ;