| 1 | <?php |
||
| 8 | class ByLocaleIso |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Return a value for the field. |
||
| 12 | * |
||
| 13 | * @param mixed $rootValue |
||
| 14 | * @param array $args |
||
| 15 | * @param \Nuwave\Lighthouse\Support\Contracts\GraphQLContext $context |
||
| 16 | * @param \GraphQL\Type\Definition\ResolveInfo $resolveInfo |
||
| 17 | * @return array |
||
| 18 | */ |
||
| 19 | public function resolve($rootValue, array $args, GraphQLContext $context, ResolveInfo $resolveInfo) |
||
| 28 | } |
||
| 29 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.