Skip to content

Commit b0a2e43

Browse files
committed
Fix psalm config
1 parent cfcd2d8 commit b0a2e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

psalm.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
77
>
88
<projectFiles>
9-
<directory name="src" />
10-
<directory name="tests" />
9+
<directory name="./src" />
10+
<directory name="./tests" />
1111
</projectFiles>
1212
</psalm>

0 commit comments

Comments
 (0)