1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Document cacheDirectory behaviour (#4149)

This commit is contained in:
Alfred Bez 2020-09-07 16:53:51 +02:00 committed by GitHub
parent 8c7423505a
commit d9d8d28c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,7 +358,7 @@ Whether or not to show issues in files that are used by your project files, but
```
The directory used to store Psalm's cache data - if you specify one (and it does not already exist), its parent directory must already exist, otherwise Psalm will throw an error.
Defaults to `sys_get_temp_dir() . '/psalm'` when not defined.
Defaults to `$HOME/.cache/psalm` or `sys_get_temp_dir() . '/psalm'` when not defined.
#### allowFileIncludes
```xml