setRules([ '@Symfony' => true, '@PSR2' => true, ]) ->setFinder(PhpCsFixer\Finder::create() ->exclude('vendor') ->in(__DIR__) ) ; /* This document has been generated with https://mlocati.github.io/php-cs-fixer-configurator/ you can change this configuration by importing this YAML code: fixerSets: - '@Symfony' - '@PSR2' */