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
no_extra_blank_lines
1 parent 6966a1e commit ab38329Copy full SHA for ab38329
src/lib/PhpCsFixer/Sets/Ibexa46RuleSet.php
@@ -33,6 +33,7 @@ public function getRules(): array
33
'no_unneeded_braces' => true,
34
'blank_lines_before_namespace' => true,
35
'single_line_empty_body' => true,
36
+ 'blank_line_between_import_groups' => true,
37
],
38
);
39
}
0 commit comments