refactoring

This commit is contained in:
Roland Gruber 2025-07-15 16:50:47 +02:00
parent c86e146874
commit d9bced28b4
5 changed files with 37 additions and 24 deletions

View file

@ -20,7 +20,7 @@ use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
use Rector\Strict\Rector\Empty_\DisallowedEmptyRuleFixerRector;
return RectorConfig::configure()
->withParallel(240, 6)
->withParallel(240, 2)
->withPaths([
__DIR__ . '/lam/help',
__DIR__ . '/lam/lib',