-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsalm.xml
More file actions
26 lines (25 loc) · 802 Bytes
/
psalm.xml
File metadata and controls
26 lines (25 loc) · 802 Bytes
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
<?xml version="1.0"?>
<psalm
xmlns="https://getpsalm.org/schema/config"
errorLevel="1"
useDocblockTypes="true"
useDocblockPropertyTypes="true"
ignoreInternalFunctionFalseReturn="true"
ignoreInternalFunctionNullReturn="false"
ensureArrayIntOffsetsExist="true"
findUnusedPsalmSuppress="true"
findUnusedCode="false"
findUnusedVariablesAndParams="true"
findUnusedBaselineEntry="false"
strictBinaryOperands="true"
reportMixedIssues="true"
ensureArrayStringOffsetsExist="true"
cacheDirectory=".ci-cache/psalm"
>
<projectFiles>
<directory name="src"/>
</projectFiles>
<issueHandlers>
<PropertyNotSetInConstructor errorLevel="suppress"/> <!-- We can set it with serializers or hydrators -->
</issueHandlers>
</psalm>