Skip to content

Commit 9d8c394

Browse files
committed
Psalm: temporary ignore error with invalid argument exception.
1 parent 8575a21 commit 9d8c394

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

psalm.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@
2424
<file name="src/HttpMiddlewarePlugin.php" />
2525
</errorLevel>
2626
</ImplementedReturnTypeMismatch>
27+
<InvalidArgument>
28+
<errorLevel type="info">
29+
<file name="src/HttpMiddlewarePlugin.php" />
30+
</errorLevel>
31+
</InvalidArgument>
2732
</issueHandlers>
2833
</psalm>

0 commit comments

Comments
 (0)