From c6ef9450a0b00e8535d01c3011001375002c824f Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Fri, 27 Sep 2024 23:10:30 +0200 Subject: [PATCH] php-cs-fixer --- .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 87feef3..3c5da1a 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -10,6 +10,7 @@ $fixer = new PhpCsFixer\Config(); $fixer + ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRiskyAllowed(true) ->setRules([ 'encoding' => true,