Fix "static_lambda" CS (#9276)

This commit is contained in:
Michael Voříšek
2023-12-20 20:01:00 +01:00
committed by GitHub
parent a689d4cda0
commit a9167a0d2f
60 changed files with 219 additions and 220 deletions

View File

@@ -98,7 +98,6 @@ return (new PhpCsFixer\Config())
'php_unit_test_case_static_method_calls' => false,
'random_api_migration' => false,
'self_accessor' => false,
'static_lambda' => false,
'strict_param' => false,
])
->setFinder($finder)