Skip to content

Commit be7e0d8

Browse files
Suppress specific PSALM rule for 8.3
1 parent 1a72b2d commit be7e0d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: psalm.xml

+3
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
<MixedAssignment errorLevel="suppress" />
2828
<RedundantCastGivenDocblockType errorLevel="suppress" />
2929
<RedundantConditionGivenDocblockType errorLevel="suppress" />
30+
31+
<!-- Suppressing that can be removed when minimum PHP version will become 8.3 -->
32+
<MissingClassConstType errorLevel="suppress" />
3033
</issueHandlers>
3134
</psalm>

0 commit comments

Comments
 (0)