diff --git a/src/Config.php b/src/Config.php index d6782a9..929deee 100644 --- a/src/Config.php +++ b/src/Config.php @@ -201,6 +201,7 @@ protected function rules(): array 'native_function_invocation' => false, 'final_internal_class' => false, 'declare_strict_types' => true, + 'static_lambda' => false, PhpUnitAssertArgumentsOrderFixer::name() => true, PhpUnitDedicatedAssertFixer::name() => true, ],