-
Notifications
You must be signed in to change notification settings - Fork 391
/
psalm.xml
29 lines (29 loc) · 936 Bytes
/
psalm.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<psalm requireVoidReturnType="false" totallyTyped="true" ensureArrayStringOffsetsExist="true">
<projectFiles>
<directory name="./"/>
<ignoreFiles>
<directory name="vendor"/>
<directory name="psalm"/>
<directory name="tests"/>
</ignoreFiles>
</projectFiles>
<stubs>
<file name="psalm/stubs/imagick.php"/>
<file name="psalm/stubs/constants.php"/>
<file name="inc/class-wp-cli-command.php"/>
</stubs>
<globals>
<var name="wp_version" type="string"/>
</globals>
<issueHandlers>
<MissingFile>
<errorLevel type="suppress">
<file name="inc/class-plugin.php"/>
</errorLevel>
</MissingFile>
</issueHandlers>
<plugins>
<pluginClass xmlns="https://getpsalm.org/schema/config" class="PsalmWordPress\Plugin"/>
</plugins>
</psalm>