setRules([ '@Symfony' => true, '@PSR2' => true, 'yoda_style' => false, ]) ->setFinder( PhpCsFixer\Finder::create() ->exclude('vendor') ->in(__DIR__) ) ;