From 5c941e663df8a9b9273f0cdf7803db70078ab56d Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sat, 11 Oct 2025 05:38:51 +0000 Subject: Cache PHPStan results, drop 'parallel.maximumNumberOfProcesses' param. --- phpstan.neon | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon index 5bd18c58d..fb6625bb7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,8 +1,6 @@ parameters: level: 6 tmpDir: .phpstan-tmp - parallel: - maximumNumberOfProcesses: 4 reportUnmatchedIgnoredErrors: false ignoreErrors: # set_include_path detection issue -- cgit v1.2.3-54-g00ecf