| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | * @param mixed $contextValues |
||
| 21 | * @param ResolveInfo|null $info |
||
| 22 | * @return mixed |
||
| 23 | */ |
||
| 24 | abstract public function resolve($rootValue, array $args, $contextValues = null, ?ResolveInfo $info = null); |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | public function resolveType($rootValue, $contextValues = null, ?ResolveInfo $info = null): ?callable |
||
| 55 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.