Skip to content

Commit 16e28f4

Browse files
committed
Add yield_from_array_to_yields
1 parent 50801b8 commit 16e28f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ public function __construct()
631631
'visibility_required' => ['elements' => ['const', 'method', 'property']],
632632
'void_return' => false, // changes method signature
633633
'whitespace_after_comma_in_array' => ['ensure_single_space' => true],
634+
'yield_from_array_to_yields' => false,
634635
'yoda_style' => [
635636
'equal' => false,
636637
'identical' => null,

0 commit comments

Comments
 (0)