Skip to content

Commit ca5c63b

Browse files
committed
Explicitly enabled blank_line_between_import_groups rule after no_extra_blank_lines
`blank_line_between_import_groups` tends to conflict with `no_extra_blank_lines` on some environments
1 parent 0023336 commit ca5c63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/PhpCsFixer/Sets/Ibexa46RuleSet.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function getRules(): array
3333
'no_unneeded_braces' => true,
3434
'blank_lines_before_namespace' => true,
3535
'single_line_empty_body' => true,
36+
'blank_line_between_import_groups' => true,
3637
],
3738
);
3839
}

0 commit comments

Comments
 (0)