in(__DIR__. "/src") ->in(__DIR__. "/tools") ->in(__DIR__. "/Tests") ; $config = new PhpCsFixer\Config(); return $config->setRules([ '@PSR12' => true, 'multiline_comment_opening_closing' => true, 'align_multiline_comment' => ['comment_type' => 'phpdocs_like'], //'strict_param' => true, 'array_syntax' => ['syntax' => 'short'], 'concat_space' => ['spacing' => 'one'], 'php_unit_method_casing' => true, ]) ->setFinder($finder) ;