mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Add group_to_single_imports
option to single_import_per_statement
This commit is contained in:
parent
1bfe531a95
commit
f063efc374
@ -93,6 +93,7 @@ $overrides = [
|
||||
['var', 'phpstan-var', 'psalm-var'],
|
||||
],
|
||||
],
|
||||
'single_import_per_statement' => ['group_to_single_imports' => true],
|
||||
'single_line_comment_spacing' => true,
|
||||
'statement_indentation' => true,
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -85,6 +85,7 @@ $overrides = [
|
||||
['var', 'phpstan-var', 'psalm-var'],
|
||||
],
|
||||
],
|
||||
'single_import_per_statement' => ['group_to_single_imports' => true],
|
||||
'single_line_comment_spacing' => true,
|
||||
'statement_indentation' => true,
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -87,6 +87,7 @@ $overrides = [
|
||||
['var', 'phpstan-var', 'psalm-var'],
|
||||
],
|
||||
],
|
||||
'single_import_per_statement' => ['group_to_single_imports' => true],
|
||||
'single_line_comment_spacing' => true,
|
||||
'statement_indentation' => true,
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user