Update to PHP 8.4 compatible

This commit is contained in:
crazywhalecc
2025-03-10 11:05:30 +08:00
committed by Jerry Ma
parent 4c37294275
commit 2da5ef3db1
4 changed files with 8 additions and 4 deletions

View File

@@ -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()