Skip to content

Commit 875f01d

Browse files
committed
chore: specify blank_line_between_import_groups to php-cs-fixer v2
1 parent 23710a9 commit 875f01d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $config->setRules([
1212
'class', 'function', 'const',
1313
],
1414
],
15+
'blank_line_between_import_groups' => true,
1516
]);
1617

1718
return $config;

0 commit comments

Comments
 (0)