Skip to content

Commit a874ce2

Browse files
committed
fix: remove unused Psalm issue handler suppressions
1 parent b88e38c commit a874ce2

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

plugins/wpgraphql-logging/psalm.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
</errorLevel>
3434
</UndefinedConstant>
3535

36-
<MissingFile errorLevel="suppress">
37-
<errorLevel type="suppress">
38-
<file name="src/Logger/Database/WordPressDatabaseEntity.php"/>
39-
</errorLevel>
40-
</MissingFile>
41-
4236
<RedundantCast>
4337
<errorLevel type="suppress">
4438
<file name="src/Admin/View/Templates/WPGraphQLLoggerView.php"/>
@@ -51,21 +45,6 @@
5145
</errorLevel>
5246
</PossiblyInvalidArgument>
5347

54-
<UndefinedClass>
55-
<errorLevel type="suppress">
56-
<referencedClass name="GraphQL\Executor\ExecutionResult"/>
57-
</errorLevel>
58-
<errorLevel type="suppress">
59-
<referencedClass name="GraphQL\Server\OperationParams"/>
60-
</errorLevel>
61-
<errorLevel type="suppress">
62-
<referencedClass name="WPGraphQL\Request"/>
63-
</errorLevel>
64-
<errorLevel type="suppress">
65-
<referencedClass name="WPGraphQL\WPSchema"/>
66-
</errorLevel>
67-
</UndefinedClass>
68-
6948
<UndefinedDocblockClass>
7049
<errorLevel type="suppress">
7150
<referencedClass name="GraphQL\Server\OperationParams"/>

0 commit comments

Comments
 (0)