Fix return annotation of resolveType() in InterfaceType

(cherry picked from commit edb5268583)
This commit is contained in:
Jan Bukva 2019-01-29 04:43:23 +07:00 committed by Vladimir Razuvaev
parent 610979555d
commit 153f6f862e

View File

@ -107,7 +107,7 @@ class InterfaceType extends Type implements AbstractType, OutputType, CompositeT
* @param object $objectValue * @param object $objectValue
* @param mixed[] $context * @param mixed[] $context
* *
* @return callable|null * @return Type|null
*/ */
public function resolveType($objectValue, $context, ResolveInfo $info) public function resolveType($objectValue, $context, ResolveInfo $info)
{ {