We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22adfb6 commit 5e7acdcCopy full SHA for 5e7acdc
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