From 12c33fa307cce5590877f0575f1ca11d83b2cc88 Mon Sep 17 00:00:00 2001 From: Elisha Witte Date: Thu, 14 Dec 2023 17:15:20 +0100 Subject: [PATCH] Disable static lambda rule --- src/Config.php | 1 + 1 file changed, 1 insertion(+) 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, ],