Skip to content

Commit

Permalink
Disable static lambda rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chiiya committed Dec 14, 2023
1 parent 2bfd509 commit 12c33fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
Expand Down

0 comments on commit 12c33fa

Please sign in to comment.