We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a72b2d commit be7e0d8Copy full SHA for be7e0d8
psalm.xml
@@ -27,5 +27,8 @@
27
<MixedAssignment errorLevel="suppress" />
28
<RedundantCastGivenDocblockType errorLevel="suppress" />
29
<RedundantConditionGivenDocblockType errorLevel="suppress" />
30
+
31
+ <!-- Suppressing that can be removed when minimum PHP version will become 8.3 -->
32
+ <MissingClassConstType errorLevel="suppress" />
33
</issueHandlers>
34
</psalm>
0 commit comments