Skip to content

Commit 105c766

Browse files
committed
ci: disable static_lambda rule
1 parent afe2d2f commit 105c766

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'phpdoc_types_order' => ['null_adjustment' => 'always_last'],
8080
'semicolon_after_instruction' => true,
8181
'single_line_comment_style' => true,
82+
'static_lambda' => false,
8283
'yoda_style' => true,
8384
])
8485
->setFinder($finder)

0 commit comments

Comments
 (0)