Skip to content

Commit f659144

Browse files
committed
Fixed DatabaseEntity name in psalm config file.
1 parent af2055b commit f659144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/wpgraphql-logging/psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<MissingFile errorLevel="suppress">
3434
<errorLevel type="suppress">
35-
<file name="src/Logger/Database/DatabaseEntity.php"/>
35+
<file name="src/Logger/Database/WordPressDatabaseEntity.php"/>
3636
</errorLevel>
3737
</MissingFile>
3838

0 commit comments

Comments
 (0)