summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-09-01 11:22:36 +0300
committerAndrew Dolgov <[email protected]>2023-09-01 11:22:36 +0300
commit8535305cfc50f87c331ba4cbfe9fa031a6e519fc (patch)
treee45ff36d3b4900274613368f14806d6ad122191f
parentafd04d141c7bd8a1d6732a2a6a4c91c0a9b4cd6b (diff)
phpstan: set tmp dir
-rw-r--r--phpstan.neon1
1 files changed, 1 insertions, 0 deletions
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