diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-09-01 11:22:36 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-09-01 11:22:36 +0300 |
| commit | 8535305cfc50f87c331ba4cbfe9fa031a6e519fc (patch) | |
| tree | e45ff36d3b4900274613368f14806d6ad122191f | |
| parent | afd04d141c7bd8a1d6732a2a6a4c91c0a9b4cd6b (diff) | |
phpstan: set tmp dir
| -rw-r--r-- | phpstan.neon | 1 |
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 |