diff --git a/.phive/phars.xml b/.phive/phars.xml index 5631d7fab6f..7731fd79f14 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,7 +1,7 @@ - + diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 9457b371e13..0916db15335 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -338,4 +338,6 @@ $config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache/' . json_decode((string) @file_get_contents('composer.json'), true)["extra"]["branch-alias"]["dev-master"] ?? 'unknown'); +$config->setParallelConfig(\PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()); + return $config; diff --git a/tools/php-cs-fixer b/tools/php-cs-fixer index f96d6362966..937307412cb 100755 Binary files a/tools/php-cs-fixer and b/tools/php-cs-fixer differ