Merge pull request #435 from JanBukva/fix-interface-type-return

Fix return annotation of resolveType() in InterfaceType
This commit is contained in:
Vladimir Razuvaev 2019-01-29 17:50:03 +07:00 committed by GitHub
commit 1dc291b073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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