mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Fix "static_lambda" CS (#9276)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user