Skip to content

Commit

Permalink
chore: specify blank_line_between_import_groups to php-cs-fixer v2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 27, 2024
1 parent 23710a9 commit 875f01d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $config->setRules([
'class', 'function', 'const',
],
],
'blank_line_between_import_groups' => true,
]);

return $config;

0 comments on commit 875f01d

Please sign in to comment.