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:
parent
1348e61afb
commit
1d4bd84ce4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user