change global namespace import fixer config

This commit is contained in:
crazywhalecc
2022-12-24 01:08:24 +08:00
parent 64899a50c1
commit 90b6580e80

View File

@@ -66,6 +66,7 @@ return (new PhpCsFixer\Config())
'multiline_comment_opening_closing' => true,
'phpdoc_summary' => false,
'php_unit_test_class_requires_covers' => false,
'global_namespace_import' => false,
])
->setFinder(
PhpCsFixer\Finder::create()