in(__DIR__) ->exclude(['fixtures']); return PhpCsFixer\Config::create() ->setRules([ '@PSR2' => true, 'array_syntax' => ['syntax' => 'short'], 'ordered_imports' => true, 'phpdoc_order' => true, ]) ->setFinder($finder);