580c3f4ff
f132436af
1 2 3 4 5 6 7 8
9
10 11 12
<?php $config = PhpCsFixer\Config::create(); $config->getFinder() ->exclude('vendor') ->in(__DIR__); $config->setRules([ '@PSR1' => true, '@Symfony' => true ]); return $config;