From acb3831c8b613da43e011b20545b53202bad1217 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 16 May 2024 07:30:07 +0200 Subject: [PATCH] Add parallel thing --- .ci/php-cs-fixer/.php-cs-fixer.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/php-cs-fixer/.php-cs-fixer.php b/.ci/php-cs-fixer/.php-cs-fixer.php index 9fc7397742..6d71a455ff 100644 --- a/.ci/php-cs-fixer/.php-cs-fixer.php +++ b/.ci/php-cs-fixer/.php-cs-fixer.php @@ -19,6 +19,8 @@ * along with this program. If not, see . */ +use PhpCsFixer\Runner\Parallel\ParallelConfigFactory; + $current = __DIR__; $paths = [ @@ -35,6 +37,7 @@ $finder = PhpCsFixer\Finder::create() $config = new PhpCsFixer\Config(); +$config->setParallelConfig(ParallelConfigFactory::detect()); return $config->setRules( [ // rule sets