Update PHPStan configuration to store cache into var directory

This commit is contained in:
2025-06-17 16:19:48 +02:00
parent 9d00b8ae60
commit ea4cbfe3b9

View File

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