mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
docs: mention cacheDirectory default value (#3184)
This commit is contained in:
parent
d8a4030a21
commit
5c511ad95d
@ -320,6 +320,8 @@ 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.
|
||||
|
||||
#### allowFileIncludes
|
||||
```xml
|
||||
<psalm
|
||||
|
Loading…
x
Reference in New Issue
Block a user