diff --git a/faros-ng/code-quality-pack/2.2/.php-cs-fixer.dist.php b/faros-ng/code-quality-pack/2.2/.php-cs-fixer.dist.php index 49515a0..aa1c7bc 100644 --- a/faros-ng/code-quality-pack/2.2/.php-cs-fixer.dist.php +++ b/faros-ng/code-quality-pack/2.2/.php-cs-fixer.dist.php @@ -17,6 +17,12 @@ 'ordered_imports' => [ 'sort_algorithm' => 'alpha', ], + 'multiline_whitespace_before_semicolons' => [ + 'strategy' => 'new_line_for_chained_calls', + ], + 'phpdoc_separation' => [ + 'groups' => [['ORM\\*'], ['Assert\\*']], + ] ]) ->setFinder($finder) ->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line