From f2a9b73b83c100bf312bb2328bdf29ef8c57b114 Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Mon, 15 Nov 2021 20:54:47 +0100 Subject: [PATCH] trying to disable phpstan parallel processing --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 4594d0d2..eda92dbf 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,6 +7,8 @@ parameters: level: 6 paths: - src + parallel: + maximumNumberOfProcesses: 1 checkMissingIterableValueType: true checkGenericClassInNonGenericObjectType: false