CS fix and composer update

This commit is contained in:
crazywhalecc
2025-03-06 17:21:04 +08:00
parent 7ee412798b
commit 75e0eb5b77
2 changed files with 1647 additions and 1057 deletions

View File

@@ -64,6 +64,8 @@ return (new PhpCsFixer\Config())
'php_unit_test_class_requires_covers' => false, 'php_unit_test_class_requires_covers' => false,
'phpdoc_var_without_name' => false, 'phpdoc_var_without_name' => false,
'fully_qualified_strict_types' => false, 'fully_qualified_strict_types' => false,
'operator_linebreak' => false,
'php_unit_data_provider_method_order' => false,
]) ])
->setFinder( ->setFinder(
PhpCsFixer\Finder::create()->in([__DIR__ . '/src', __DIR__ . '/tests/SPC']) PhpCsFixer\Finder::create()->in([__DIR__ . '/src', __DIR__ . '/tests/SPC'])

2702
composer.lock generated

File diff suppressed because it is too large Load Diff