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.
1 parent 23710a9 commit 875f01dCopy full SHA for 875f01d
.php_cs.dist
@@ -12,6 +12,7 @@ $config->setRules([
12
'class', 'function', 'const',
13
],
14
15
+ 'blank_line_between_import_groups' => true,
16
]);
17
18
return $config;
0 commit comments