File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
plugins/wpgraphql-logging Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 4848 <!-- WordPress admin includes not available during static analysis -->
4949 <MissingFile errorLevel =" suppress" />
5050
51- <!-- WPGraphQL and GraphQL classes not available during static analysis -->
52- <UndefinedClass >
53- <errorLevel type =" suppress" >
54- <referencedClass name =" GraphQL\Executor\ExecutionResult" />
55- </errorLevel >
51+ <!-- GraphQL classes referenced in docblocks not available during static analysis -->
52+ <UndefinedDocblockClass >
5653 <errorLevel type =" suppress" >
5754 <referencedClass name =" GraphQL\Server\OperationParams" />
5855 </errorLevel >
59- <errorLevel type =" suppress" >
60- <referencedClass name =" WPGraphQL\Request" />
61- </errorLevel >
62- <errorLevel type =" suppress" >
63- <referencedClass name =" WPGraphQL\WPSchema" />
64- </errorLevel >
65- </UndefinedClass >
56+ </UndefinedDocblockClass >
6657 </issueHandlers >
6758</psalm >
You can’t perform that action at this time.
0 commit comments