Skip to content

Commit 8627354

Browse files
committed
Update psalm.xml to suppress undefined function warnings
1 parent c610bb1 commit 8627354

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
@@ -34,5 +34,10 @@
3434
<directory name="tests/_support/View/Cells" />
3535
</errorLevel>
3636
</UndefinedGlobalVariable>
37+
<UndefinedFunction>
38+
<errorLevel type="suppress">
39+
<directory name="tests/_support/PHPStan" />
40+
</errorLevel>
41+
</UndefinedFunction>
3742
</issueHandlers>
3843
</psalm>

0 commit comments

Comments
 (0)