We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c083a3 commit db0a275Copy full SHA for db0a275
.php-cs-fixer.dist.php
@@ -36,6 +36,7 @@
36
'phpdoc_order' => true,
37
'strict_comparison' => true,
38
'strict_param' => true,
39
+ 'blank_line_between_import_groups' => false,
40
])
41
->setFinder($finder)
42
->setCacheFile(__DIR__.'/var/.php_cs.cache')
0 commit comments