Update PHPStan configuration to store cache into var directory

This commit is contained in:
Julien Fastré 2025-06-17 16:19:48 +02:00
parent 9d00b8ae60
commit ea4cbfe3b9
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -3,7 +3,7 @@ parameters:
paths: paths:
- src/ - src/
- utils/ - utils/
tmpDir: .cache/ tmpDir: var/cache/phpstan
reportUnmatchedIgnoredErrors: false reportUnmatchedIgnoredErrors: false
excludePaths: excludePaths:
- .php_cs* - .php_cs*