Skip to content

Commit 358572c

Browse files
committed
Suppress PossiblyInvalidArgument for uv due to outdated stubs
See JetBrains/phpstorm-stubs#1627.
1 parent 8336733 commit 358572c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<PossiblyInvalidArgument>
7070
<errorLevel type="suppress">
7171
<directory name="examples" />
72+
<file name="src/EventLoop/Driver/UvDriver.php" />
7273
</errorLevel>
7374
</PossiblyInvalidArgument>
7475
</issueHandlers>

0 commit comments

Comments
 (0)