in(__DIR__); return (new PhpCsFixer\Config()) ->setRules([ '@PhpCsFixer' => true, '@PHP74Migration' => true, '@PSR12' => true, 'strict_param' => true, 'array_syntax' => ['syntax' => 'short'], ]) ->setFinder($finder) ;