mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-18 14:15:34 +08:00
Update to PHP 8.4 compatible
This commit is contained in:
@@ -68,6 +68,8 @@ return (new PhpCsFixer\Config())
|
||||
'php_unit_test_class_requires_covers' => false,
|
||||
'fully_qualified_strict_types' => false,
|
||||
'new_with_parentheses' => false,
|
||||
'operator_linebreak' => false,
|
||||
'php_unit_data_provider_method_order' => false,
|
||||
])
|
||||
->setFinder(
|
||||
PhpCsFixer\Finder::create()
|
||||
|
||||
Reference in New Issue
Block a user