in(__DIR__) ->exclude('node_modules') ->exclude('var'); return (new PhpCsFixer\Config()) ->setRules([ '@Symfony' => true, ]) ->setFinder($finder);