Skip to content

Commit

Permalink
Document cacheDirectory behaviour (#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredbez committed Sep 7, 2020
1 parent 8c74235 commit d9d8d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/configuration.md
Expand Up @@ -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
Expand Down

0 comments on commit d9d8d28

Please sign in to comment.