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