-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm.xml
21 lines (21 loc) · 834 Bytes
/
psalm.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<psalm xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config https://psalm.dev/schema/config"
findUnusedBaselineEntry="true" findUnusedCode="false">
<projectFiles>
<file name="build/index.php"/>
</projectFiles>
<issueHandlers>
<MissingParamType errorLevel="suppress"/>
<MissingReturnType errorLevel="suppress"/>
<MissingPropertyType errorLevel="suppress"/>
<UnresolvableInclude errorLevel="suppress"/>
<PossiblyUndefinedGlobalVariable>
<errorLevel type="suppress">
<referencedVariable name="$mig_config"/>
</errorLevel>
</PossiblyUndefinedGlobalVariable>
<PossiblyInvalidArrayOffset errorLevel="suppress"/>
</issueHandlers>
</psalm>