mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 06:16:05 +03:00
Merge pull request #435 from JanBukva/fix-interface-type-return
Fix return annotation of resolveType() in InterfaceType
This commit is contained in:
commit
1dc291b073
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user