Completed
Pull Request — 8.x-3.x (#519)
by Sebastian
02:15
created
src/GraphQL/Execution/Processor.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
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 = [];
Please login to merge, or discard this patch.
src/GraphQL/Execution/QueryReducer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.