We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
blank_line_between_import_groups
1 parent d760376 commit 5f1768eCopy full SHA for 5f1768e
src/CodeIgniter4.php
@@ -64,7 +64,8 @@ public function __construct()
64
'yield_from',
65
],
66
67
- 'braces' => [
+ 'blank_line_between_import_groups' => true,
68
+ 'braces' => [
69
'allow_single_line_anonymous_class_with_empty_body' => true,
70
'allow_single_line_closure' => true,
71
'position_after_anonymous_constructs' => 'same',
0 commit comments