@@ -13,6 +13,7 @@ |
||
13 | 13 | |
14 | 14 | /** |
15 | 15 | * {@inheritdoc} |
16 | + * @param string $payload |
|
16 | 17 | */ |
17 | 18 | public function processPayload($payload, $variables = [], $visitors = []) { |
18 | 19 | $this->data = []; |
@@ -64,7 +64,7 @@ |
||
64 | 64 | /** |
65 | 65 | * @param \Youshido\GraphQL\Parser\Ast\Query $query |
66 | 66 | * @param $carry |
67 | - * @param $current |
|
67 | + * @param AbstractObjectType $current |
|
68 | 68 | * @param \Drupal\graphql\GraphQL\Execution\QueryVisitor\QueryVisitorInterface $visitor |
69 | 69 | * |
70 | 70 | * @return mixed|void |