From 153f6f862e7f31ea11026eaff3907869319a9ae1 Mon Sep 17 00:00:00 2001 From: Jan Bukva Date: Tue, 29 Jan 2019 04:43:23 +0700 Subject: [PATCH] Fix return annotation of resolveType() in InterfaceType (cherry picked from commit edb52685839c12db3b50e51df035ee6ab5c6a67f) --- src/Type/Definition/InterfaceType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Type/Definition/InterfaceType.php b/src/Type/Definition/InterfaceType.php index 52ad81d..1c7c389 100644 --- a/src/Type/Definition/InterfaceType.php +++ b/src/Type/Definition/InterfaceType.php @@ -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) {