Skip to content

Commit c87e431

Browse files
committed
Fix Psalm configuration
1 parent 0ea70d1 commit c87e431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

psalm.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<psalm
33
name="The SimpleSAMLphp sqlauth module"
44
useDocblockTypes="true"
5-
totallyTyped="false"
5+
errorLevel="2"
6+
reportMixedIssues="false"
67
>
78
<projectFiles>
89
<directory name="lib" />

0 commit comments

Comments
 (0)