mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix quote pos
This commit is contained in:
parent
cf26ab0ea9
commit
bb934a40d1
@ -341,8 +341,8 @@ Allows you to hard-code a serializer for Psalm to use when caching data. By defa
|
|||||||
|
|
||||||
## Project settings
|
## Project settings
|
||||||
|
|
||||||
#### <projectFiles>`
|
#### <projectFiles>
|
||||||
Contains a list of all the directories that Psalm should inspect. You can also specify a set of files and folders to ignore with the <ignoreFiles>` directive, e.g.
|
Contains a list of all the directories that Psalm should inspect. You can also specify a set of files and folders to ignore with the `<ignoreFiles>` directive, e.g.
|
||||||
```xml
|
```xml
|
||||||
<projectFiles>
|
<projectFiles>
|
||||||
<directory name="src" />
|
<directory name="src" />
|
||||||
|
Loading…
Reference in New Issue
Block a user