Skip to content

Commit

Permalink
qa: suppress UndefinedClass Psalm error for GdImage
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Mar 29, 2022
1 parent 74494f2 commit dbf8ba9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions psalm.xml.dist
Expand Up @@ -22,6 +22,12 @@
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::with"/>
</errorLevel>
</InternalMethod>

<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="GdImage" />
</errorLevel>
</UndefinedClass>
</issueHandlers>
<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
Expand Down

0 comments on commit dbf8ba9

Please sign in to comment.