Skip to content

Commit 2ad33cb

Browse files
committedDec 23, 2023
#16477 - Suppress MissingTemplateParam issue
1 parent 6fc9f4f commit 2ad33cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎psalm.xml

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
<InvalidReturnType errorLevel="suppress"/>
1818
<PropertyNotSetInConstructor errorLevel="suppress"/>
1919
<UnusedParam errorLevel="suppress"/>
20+
<MissingTemplateParam errorLevel="suppress"/>
2021
</issueHandlers>
2122
</psalm>

0 commit comments

Comments
 (0)
Please sign in to comment.