Skip to content

Commit 432fd3f

Browse files
committed
Updated Psalm configuration
1 parent e8be910 commit 432fd3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

psalm.xml

+5-1
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)