Skip to content

Commit bc84be7

Browse files
committed
Updated Psalm configuration
1 parent 87b056e commit bc84be7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

psalm.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
</errorLevel>
3131
</ArgumentTypeCoercion>
3232

33-
<ClassMustBeFinal errorLevel="suppress" />
33+
<ClassMustBeFinal>
34+
<errorLevel type="suppress">
35+
<directory name="src" />
36+
</errorLevel>
37+
</ClassMustBeFinal>
3438

3539
<ImplicitToStringCast>
3640
<errorLevel type="suppress">

0 commit comments

Comments
 (0)