notPath('vendor') ->in(__DIR__); return PhpCsFixer\Config::create() ->setRules([ '@PSR1' => true, '@PSR2' => true, ]) ->setFinder($finder) ;