Skip to content

Commit b697bb4

Browse files
committed
try to satisfy psalm
1 parent 0d31985 commit b697bb4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tools/coding-standards/psalm/psalm.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,20 @@
5555
<file name="../../../src/AlertsClient.php"/>
5656
</errorLevel>
5757
</LessSpecificReturnStatement>
58+
<InvalidReturnStatement>
59+
<errorLevel type="suppress">
60+
<file name="../../../src/AlertsClient.php"/>
61+
</errorLevel>
62+
</InvalidReturnStatement>
63+
<RiskyTruthyFalsyComparison>
64+
<errorLevel type="suppress">
65+
<file name="../../../src/Douncer.php"/>
66+
</errorLevel>
67+
</RiskyTruthyFalsyComparison>
68+
<InvalidArgument>
69+
<errorLevel type="suppress">
70+
<file name="../../../src/Payload/Alert.php"/>
71+
</errorLevel>
72+
</InvalidArgument>
5873
</issueHandlers>
5974
</psalm>

0 commit comments

Comments
 (0)