Skip to content

Commit 5aaa56b

Browse files
authored
Meetup: Psalm, suppress DuplicateClass errors for IDEs compatibility (Automattic#2344)
1 parent c74ba3f commit 5aaa56b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: psalm.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
<UndefinedConstant errorLevel="suppress" />
2222
<ParadoxicalCondition errorLevel="suppress" />
2323
<MissingFile errorLevel="suppress" />
24+
<DuplicateClass errorLevel="suppress" />
2425
</issueHandlers>
2526
</psalm>

0 commit comments

Comments
 (0)