diff --git a/faros-ng/code-quality-pack/2.3/.php-cs-fixer.dist.php b/faros-ng/code-quality-pack/2.3/.php-cs-fixer.dist.php index aa1c7bc..e173887 100644 --- a/faros-ng/code-quality-pack/2.3/.php-cs-fixer.dist.php +++ b/faros-ng/code-quality-pack/2.3/.php-cs-fixer.dist.php @@ -7,6 +7,7 @@ ; return (new PhpCsFixer\Config()) + ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRules([ '@Symfony' => true, '@DoctrineAnnotation' => true,