mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
Fix return annotation of resolveType() in InterfaceType
This commit is contained in:
parent
6544197ef8
commit
edb5268583
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class InterfaceType extends Type implements AbstractType, OutputType, CompositeT
|
|||
* @param object $objectValue
|
||||
* @param mixed[] $context
|
||||
*
|
||||
* @return callable|null
|
||||
* @return Type|null
|
||||
*/
|
||||
public function resolveType($objectValue, $context, ResolveInfo $info)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue