1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Document cacheDirectory behaviour (#4149)

This commit is contained in:
Alfred Bez 2020-09-07 16:53:51 +02:00 committed by Daniil Gentili
parent 1348e61afb
commit 1d4bd84ce4
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

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