Skip to content

Commit b3ec5cc

Browse files
authored
Improve UndefinedFunction suppression for psalm
1 parent d363a1c commit b3ec5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<UndefinedFunction>
4545
<errorLevel type="suppress">
46-
<directory name="src/Worker/Internal"/>
46+
<referencedFunction name="str_increment"/>
4747
</errorLevel>
4848
</UndefinedFunction>
4949

0 commit comments

Comments
 (0)