File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
plugins/wpgraphql-logging Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 4545 </errorLevel >
4646 </PossiblyInvalidArgument >
4747
48- <UndefinedDocblockClass >
48+ <!-- WordPress admin includes not available during static analysis -->
49+ <MissingFile errorLevel =" suppress" />
50+
51+ <!-- WPGraphQL and GraphQL classes not available during static analysis -->
52+ <UndefinedClass >
53+ <errorLevel type =" suppress" >
54+ <referencedClass name =" GraphQL\Executor\ExecutionResult" />
55+ </errorLevel >
4956 <errorLevel type =" suppress" >
5057 <referencedClass name =" GraphQL\Server\OperationParams" />
5158 </errorLevel >
52- </UndefinedDocblockClass >
59+ <errorLevel type =" suppress" >
60+ <referencedClass name =" WPGraphQL\Request" />
61+ </errorLevel >
62+ <errorLevel type =" suppress" >
63+ <referencedClass name =" WPGraphQL\WPSchema" />
64+ </errorLevel >
65+ </UndefinedClass >
5366 </issueHandlers >
5467</psalm >
You can’t perform that action at this time.
0 commit comments