in(__DIR__) ->exclude('var') ->notPath([ 'config/bundles.php', 'config/reference.php', ]) ; return (new PhpCsFixer\Config()) ->setRules([ '@Symfony' => true, ]) ->setFinder($finder) ;