1
0
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:
Markus Staab 2020-04-19 14:04:41 +02:00 committed by GitHub
parent d8a4030a21
commit 5c511ad95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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