芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/vendor/cviebrock/eloquent-sluggable/.php_cs.dist
exclude('vendor') ->in(__DIR__); return PhpCsFixer\Config::create() ->setRules([ '@PSR2' => true, '@PHP80Migration' => true, 'strict_param' => true, 'array_syntax' => ['syntax' => 'short'], ]) ->setFinder($finder);