From c8bb8a91249560af252e649e9d36d542be4a4e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sat, 13 Jul 2024 11:08:36 +0200 Subject: [PATCH] [Site] Leverage PHP-CS-Fixer parralel runner --- ux.symfony.com/.php-cs-fixer.dist.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ux.symfony.com/.php-cs-fixer.dist.php b/ux.symfony.com/.php-cs-fixer.dist.php index c5a5e79056a..840416cebf3 100644 --- a/ux.symfony.com/.php-cs-fixer.dist.php +++ b/ux.symfony.com/.php-cs-fixer.dist.php @@ -23,6 +23,8 @@ EOF; return (new PhpCsFixer\Config()) + // @see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777 + ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRules([ '@PHPUnit75Migration:risky' => true, '@Symfony' => true,