Skip to content

Commit 01b1161

Browse files
authored
Move PHPStan cache into the build directory
1 parent a4929f5 commit 01b1161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
parameters:
22
level: 8
3+
tmpDir: build/phpstan.cache
34
paths:
45
- src
56
- tests
7+

0 commit comments

Comments
 (0)