From 3b3874e51685f219b9c5cb3a81e78d2051dc9176 Mon Sep 17 00:00:00 2001 From: Max Loeb Date: Sat, 25 Apr 2020 20:30:25 -0700 Subject: [PATCH] fix return type --- src/Type/Definition/ResolveInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Type/Definition/ResolveInfo.php b/src/Type/Definition/ResolveInfo.php index a2620ea2b..7049a1940 100644 --- a/src/Type/Definition/ResolveInfo.php +++ b/src/Type/Definition/ResolveInfo.php @@ -175,7 +175,7 @@ public function __construct( * * @param int $depth How many levels to include in output * - * @return array + * @return array * * @api */