Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 05d9b93

Browse files
committed
Suppress psalm errors
1 parent 619cd80 commit 05d9b93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

psalm.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</plugins>
2121

2222
<issueHandlers>
23-
<UndefinedThisPropertyFetch errorLevel="suppress" />
23+
<UndefinedThisPropertyFetch errorLevel="suppress"/>
24+
<UndefinedClass errorLevel="suppress"/>
2425
</issueHandlers>
2526
</psalm>

0 commit comments

Comments
 (0)