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 3542562 commit d1ffab8Copy full SHA for d1ffab8
psalm.xml
@@ -22,6 +22,9 @@
22
</projectFiles>
23
24
<issueHandlers>
25
+ <!-- Ignore this PHP 8.3 feature until this becomes are minimum required version -->
26
+ <MissingClassConstType errorLevel="info" />
27
+
28
<LessSpecificReturnType errorLevel="info" />
29
30
<!-- level 3 issues - slightly lazy code writing, but probably low false-negatives -->
0 commit comments