@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | /** |
| 113 | - * @param Query|Field $query |
|
| 113 | + * @param Query $query |
|
| 114 | 114 | * @param AbstractObjectType $currentLevelSchema |
| 115 | 115 | * @return array|bool|mixed |
| 116 | 116 | */ |
@@ -317,7 +317,7 @@ discard block |
||
| 317 | 317 | } |
| 318 | 318 | |
| 319 | 319 | /** |
| 320 | - * @param $query Query|FragmentInterface |
|
| 320 | + * @param Query $query Query|FragmentInterface |
|
| 321 | 321 | * @param $queryType AbstractObjectType|TypeInterface|Field|AbstractType |
| 322 | 322 | * @param $resolvedValue mixed |
| 323 | 323 | * @param $value array |
@@ -497,7 +497,7 @@ discard block |
||
| 497 | 497 | * Fragments (anonymous and named), and Fields. The core of the function is simple: recurse until we hit the base |
| 498 | 498 | * case of a Field and yield that back up to the visitor up in `doVisit`. |
| 499 | 499 | * |
| 500 | - * @param Query|Field|FragmentInterface $queryNode |
|
| 500 | + * @param Query $queryNode |
|
| 501 | 501 | * @param AbstractField $currentLevelAST |
| 502 | 502 | * |
| 503 | 503 | * @return \Generator |