Skip to content

Commit d1ffab8

Browse files
committed
Suppress MissingClassConstType - It requires PHP 8.3
1 parent 3542562 commit d1ffab8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

psalm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
</projectFiles>
2323

2424
<issueHandlers>
25+
<!-- Ignore this PHP 8.3 feature until this becomes are minimum required version -->
26+
<MissingClassConstType errorLevel="info" />
27+
2528
<LessSpecificReturnType errorLevel="info" />
2629

2730
<!-- level 3 issues - slightly lazy code writing, but probably low false-negatives -->

0 commit comments

Comments
 (0)