From 8535305cfc50f87c331ba4cbfe9fa031a6e519fc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Sep 2023 11:22:36 +0300 Subject: [PATCH] phpstan: set tmp dir --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 0f490bbfd..1b5c17e3e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,6 @@ parameters: level: 6 + tmpDir: .phpstan-tmp parallel: maximumNumberOfProcesses: 4 reportUnmatchedIgnoredErrors: false