From 142a5963cb12e887112a9484aea19bbb31e548e7 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 20 Jul 2026 10:45:52 +0200 Subject: [PATCH] Remove maximumNumberOfProcesses limitation to keep analysis fast on modern machines In CI PHPStan will automatically the maximum number of CPUs to use --- phpstan.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index b21bdb6..fa92fcb 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,5 +5,3 @@ parameters: - test ignoreErrors: - '#Access to an undefined property Gnikyt\\BasicShopifyAPI\\ResponseAccess::\$.*\.#' - parallel: - maximumNumberOfProcesses: 2