Skip to content

Commit 5f1768e

Browse files
committed
Enable blank_line_between_import_groups
See codeigniter4/CodeIgniter4#6478
1 parent d760376 commit 5f1768e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CodeIgniter4.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ public function __construct()
6464
'yield_from',
6565
],
6666
],
67-
'braces' => [
67+
'blank_line_between_import_groups' => true,
68+
'braces' => [
6869
'allow_single_line_anonymous_class_with_empty_body' => true,
6970
'allow_single_line_closure' => true,
7071
'position_after_anonymous_constructs' => 'same',

0 commit comments

Comments
 (0)