setRules([ '@PSR2' => true, '@PSR12' => true, 'array_syntax' => ['syntax' => 'short'] ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__ . '/src') ->in(__DIR__ . '/tests') ) ; return $config;