Add group_to_single_imports option to single_import_per_statement

This commit is contained in:
John Paul E. Balandan, CPA 2022-09-09 11:16:53 +08:00
parent 1bfe531a95
commit f063efc374
No known key found for this signature in database
GPG Key ID: FB7B51499BC27610
3 changed files with 3 additions and 0 deletions

View File

@ -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,
// >>>>>>>>>>>>>>>>>>>>>>>>>

View File

@ -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,
// >>>>>>>>>>>>>>>>>>>>>>>>>

View File

@ -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,
// >>>>>>>>>>>>>>>>>>>>>>>>>