From 33ab0306f9a909c8e14b24f66cc1eb9c1b1fb9d6 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Fri, 27 Sep 2024 23:10:31 +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 e9af162..97a944b 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,