mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-26 18:15:36 +08:00
change global namespace import fixer config
This commit is contained in:
@@ -66,6 +66,7 @@ return (new PhpCsFixer\Config())
|
|||||||
'multiline_comment_opening_closing' => true,
|
'multiline_comment_opening_closing' => true,
|
||||||
'phpdoc_summary' => false,
|
'phpdoc_summary' => false,
|
||||||
'php_unit_test_class_requires_covers' => false,
|
'php_unit_test_class_requires_covers' => false,
|
||||||
|
'global_namespace_import' => false,
|
||||||
])
|
])
|
||||||
->setFinder(
|
->setFinder(
|
||||||
PhpCsFixer\Finder::create()
|
PhpCsFixer\Finder::create()
|
||||||
|
|||||||
Reference in New Issue
Block a user