Skip to content

Commit 5b82bc8

Browse files
committed
chore: suppress psalm false positive
1 parent 46816a5 commit 5b82bc8

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
@@ -25,6 +25,11 @@
2525
<file name="src/Video/VideoThumbGenerator.php" />
2626
</errorLevel>
2727
</PossiblyNullArgument>
28+
<TypeDoesNotContainType>
29+
<errorLevel type="info">
30+
<file name="src/Video/Info/VideoStream.php" />
31+
</errorLevel>
32+
</TypeDoesNotContainType>
2833

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

0 commit comments

Comments
 (0)