We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ab350 commit 1c4be22Copy full SHA for 1c4be22
1 file changed
psalm.xml
@@ -42,6 +42,9 @@
42
43
<!-- Ignore RiskyTruthyFalsyComparison -->
44
<RiskyTruthyFalsyComparison errorLevel="suppress" />
45
+
46
+ <!-- Ignore ClassMustBeFinal -->
47
+ <ClassMustBeFinal errorLevel="suppress" />
48
</issueHandlers>
49
</psalm>
50
0 commit comments