Skip to content

Commit 4b48420

Browse files
committed
Fixed template path for psalm.
1 parent d807b09 commit 4b48420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/wpgraphql-logging/psalm.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939

4040
<RedundantCast>
4141
<errorLevel type="suppress">
42-
<file name="src/Admin/View/List/Templates/wpgraphql-logger-view.php"/>
42+
<file name="src/Admin/View/Templates/wpgraphql-logger-view.php"/>
4343
</errorLevel>
4444
</RedundantCast>
4545

4646
<PossiblyInvalidArgument>
4747
<errorLevel type="suppress">
48-
<file name="src/Admin/View/List/Templates/wpgraphql-logger-filters.php"/>
48+
<file name="src/Admin/View/Templates/wpgraphql-logger-filters.php"/>
4949
</errorLevel>
5050
</PossiblyInvalidArgument>
5151
</issueHandlers>

0 commit comments

Comments
 (0)