From cb94c2a01fb426ab79da953052918f6ba31e6345 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 25 Sep 2025 20:34:47 +0200 Subject: [PATCH] refactoring --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector.php b/rector.php index a81519bee..17c6b5293 100644 --- a/rector.php +++ b/rector.php @@ -19,7 +19,7 @@ use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector; use Rector\Strict\Rector\Empty_\DisallowedEmptyRuleFixerRector; return RectorConfig::configure() - ->withParallel(240, 2) + ->withParallel(240, 4) ->withPaths([ __DIR__ . '/lam/help', __DIR__ . '/lam/lib',