Skip to content

Commit

Permalink
chore: suppress psalm false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Dec 21, 2019
1 parent 46816a5 commit 5b82bc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<file name="src/Video/VideoThumbGenerator.php" />
</errorLevel>
</PossiblyNullArgument>
<TypeDoesNotContainType>
<errorLevel type="info">
<file name="src/Video/Info/VideoStream.php" />
</errorLevel>
</TypeDoesNotContainType>

<!-- level 3 issues - slightly lazy code writing, but provably low false-negatives -->

Expand Down

0 comments on commit 5b82bc8

Please sign in to comment.