change fixer config

This commit is contained in:
crazywhalecc
2022-12-24 01:18:59 +08:00
parent 90b6580e80
commit bd98608d2e
2 changed files with 4 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ return (new PhpCsFixer\Config())
'phpdoc_summary' => false,
'php_unit_test_class_requires_covers' => false,
'global_namespace_import' => false,
'phpdoc_order' => false,
'no_useless_concat_operator' => false,
])
->setFinder(
PhpCsFixer\Finder::create()