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