Fix return annotation of resolveType() in InterfaceType

This commit is contained in:
Jan Bukva 2019-01-28 22:43:23 +01:00
parent 6544197ef8
commit edb5268583
No known key found for this signature in database
GPG Key ID: D5A7CEFD2A8F7D13

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)
{ {