Skip to content

Commit 4265f58

Browse files
committed
Fix incorrect path in psalm-config
1 parent f2a7350 commit 4265f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<errorLevel type="suppress">
6969
<directory name="config" />
7070
<directory name="metadata" />
71-
<directory name="modules/adfs/metadata-templates" />
71+
<directory name="modules/adfs/metadata" />
7272
</errorLevel>
7373
</PossiblyUndefinedGlobalVariable>
7474
</issueHandlers>

0 commit comments

Comments
 (0)