Skip to content

Commit 2f72dd6

Browse files
authored
fix return type (#652)
1 parent 7412bf6 commit 2f72dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Definition/ResolveInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function __construct(
175175
*
176176
* @param int $depth How many levels to include in output
177177
*
178-
* @return array<string, bool>
178+
* @return array<string, mixed>
179179
*
180180
* @api
181181
*/

0 commit comments

Comments
 (0)