8000 Updated Psalm configuration · tarlepp/symfony-flex-backend@25a2a37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25a2a37

Browse files
committed
Updated Psalm configuration
1 parent 8ff05fe commit 25a2a37

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)
0