Skip to content

Commit 8d13ec5

Browse files
committed
Fix Psalm configuration
1 parent bbb6d08 commit 8d13ec5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

psalm.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
totallyTyped="false"
66
>
77
<projectFiles>
8-
<directory name="hooks" />
8+
<directory name="lib" />
9+
<directory name="tests" />
10+
<directory name="www" />
911
</projectFiles>
1012

1113
<issueHandlers>

0 commit comments

Comments
 (0)