mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
Fix return annotation of resolveType() in InterfaceType
(cherry picked from commit edb5268583
)
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…
Reference in New Issue
Block a user