File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
plugins/wpgraphql-logging Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,5 @@ parameters:
3434 - identifier: empty.notAllowed
3535 -
3636 message: '#Constant WPGRAPHQL_LOGGING.* not found\.#'
37+ -
38+ message: '#GraphQL\\.*#'
Original file line number Diff line number Diff line change 1818 <directory name =" src" />
1919 </projectFiles >
2020
21-
2221 <plugins >
2322 <pluginClass class =" PsalmWordPress\Plugin" />
2423 </plugins >
4847 <file name =" src/Admin/View/Templates/wpgraphql-logger-filters.php" />
4948 </errorLevel >
5049 </PossiblyInvalidArgument >
50+
51+ <UndefinedClass >
52+ <errorLevel type =" suppress" >
53+ <referencedClass name =" GraphQL\Executor\ExecutionResult" />
54+ </errorLevel >
55+ <errorLevel type =" suppress" >
56+ <referencedClass name =" GraphQL\Server\OperationParams" />
57+ </errorLevel >
58+ <errorLevel type =" suppress" >
59+ <referencedClass name =" WPGraphQL\Request" />
60+ </errorLevel >
61+ <errorLevel type =" suppress" >
62+ <referencedClass name =" WPGraphQL\WPSchema" />
63+ </errorLevel >
64+ </UndefinedClass >
65+
66+ <UndefinedDocblockClass >
67+ <errorLevel type =" suppress" >
68+ <referencedClass name =" GraphQL\Server\OperationParams" />
69+ </errorLevel >
70+ </UndefinedDocblockClass >
5171 </issueHandlers >
5272</psalm >
You can’t perform that action at this time.
0 commit comments