Skip to content

Commit d1a12ea

Browse files
committed
minor #1353 Update backend dependencies (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Update backend dependencies Commits ------- db0a275 Update backend dependencies
2 parents 8c083a3 + db0a275 commit d1a12ea

File tree

2 files changed

+329
-327
lines changed

2 files changed

+329
-327
lines changed

.php-cs-fixer.dist.php

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'phpdoc_order' => true,
3737
'strict_comparison' => true,
3838
'strict_param' => true,
39+
'blank_line_between_import_groups' => false,
3940
])
4041
->setFinder($finder)
4142
->setCacheFile(__DIR__.'/var/.php_cs.cache')

0 commit comments

Comments
 (0)