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.
group_to_single_imports
single_import_per_statement
1 parent 0499fff commit ab5f8a9Copy full SHA for ab5f8a9
src/CodeIgniter4.php
@@ -501,8 +501,7 @@ public function __construct()
501
'single_blank_line_at_eof' => true,
502
'single_blank_line_before_namespace' => true,
503
'single_class_element_per_statement' => ['elements' => ['const', 'property']],
504
- 'single_import_per_statement' => true,
505
- 'single_line_after_imports' => true,
+ 'single_import_per_statement' => ['group_to_single_imports' => true], 'single_line_after_imports' => true,
506
'single_line_comment_spacing' => true,
507
'single_line_comment_style' => ['comment_types' => ['asterisk', 'hash']],
508
'single_line_throw' => false,
0 commit comments