We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d31985 commit b697bb4Copy full SHA for b697bb4
tools/coding-standards/psalm/psalm.xml
@@ -55,5 +55,20 @@
55
<file name="../../../src/AlertsClient.php"/>
56
</errorLevel>
57
</LessSpecificReturnStatement>
58
+ <InvalidReturnStatement>
59
+ <errorLevel type="suppress">
60
+ <file name="../../../src/AlertsClient.php"/>
61
+ </errorLevel>
62
+ </InvalidReturnStatement>
63
+ <RiskyTruthyFalsyComparison>
64
65
+ <file name="../../../src/Douncer.php"/>
66
67
+ </RiskyTruthyFalsyComparison>
68
+ <InvalidArgument>
69
70
+ <file name="../../../src/Payload/Alert.php"/>
71
72
+ </InvalidArgument>
73
</issueHandlers>
74
</psalm>
0 commit comments