Skip to content

Commit

Permalink
Suppress PossiblyInvalidArgument for uv due to outdated stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Mar 19, 2024
1 parent 8336733 commit 358572c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<PossiblyInvalidArgument>
<errorLevel type="suppress">
<directory name="examples" />
<file name="src/EventLoop/Driver/UvDriver.php" />
</errorLevel>
</PossiblyInvalidArgument>
</issueHandlers>
Expand Down

0 comments on commit 358572c

Please sign in to comment.