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