mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-06 07:49:24 +03:00
Fix return annotation of resolveType() in InterfaceType
(cherry picked from commit edb52685839c12db3b50e51df035ee6ab5c6a67f)
This commit is contained in:
parent
610979555d
commit
153f6f862e
@ -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…
x
Reference in New Issue
Block a user