From d78e87422aa5a4505ff1256b66f05bb4635c2702 Mon Sep 17 00:00:00 2001 From: Ernestas Kvedaras Date: Sun, 5 Jan 2025 14:23:43 +0200 Subject: [PATCH] chore: php-cs-fixer parallel --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 7ee4ffa..f88919f 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -10,6 +10,7 @@ ->ignoreVCS(true); return (new PhpCsFixer\Config()) + ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRules([ '@PSR12' => true, 'array_syntax' => ['syntax' => 'short'],