adjust cs-fixer config

This commit is contained in:
sunxyw
2022-03-29 02:38:19 +08:00
committed by Jerry Ma
parent a2fbdd8e0a
commit 35385f8916
4 changed files with 15 additions and 40 deletions

View File

@@ -65,11 +65,11 @@ return (new PhpCsFixer\Config())
'standardize_not_equals' => true,
'multiline_comment_opening_closing' => true,
'phpdoc_summary' => false,
'php_unit_test_class_requires_covers' => false,
])
->setFinder(
PhpCsFixer\Finder::create()
->exclude('vendor')
->exclude('docs')
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests')
)
->setUsingCache(false);