From 32368db10ff6af208207cd6f895bcab092710cbc Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 26 Feb 2026 11:34:54 +0100 Subject: [PATCH] [TASK] Allow PHPStan to use unlimited processes This helps speed up local development and CI. --- config/phpstan.neon | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/phpstan.neon b/config/phpstan.neon index 55ba682af..ec625a44a 100644 --- a/config/phpstan.neon +++ b/config/phpstan.neon @@ -2,10 +2,6 @@ includes: - phpstan-baseline.neon parameters: - parallel: - # Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI - maximumNumberOfProcesses: 5 - phpVersion: 70200 level: 6