Completed
Pull Request — 8.x-3.x (#587)
by
unknown
02:28
created
src/Controller/RequestController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@  discard block
 block discarded – undo
83 83
   }
84 84
 
85 85
   /**
86
-   * @param $schema
87
-   * @param $operations
86
+   * @param string $schema
87
+   * @param \GraphQL\Server\OperationParams $operations
88 88
    * @param array $globals
89 89
    *
90 90
    * @return \Drupal\Core\Cache\CacheableJsonResponse
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 
104 104
 
105 105
   /**
106
-   * @param $schema
106
+   * @param string $schema
107 107
    * @param $operations
108 108
    * @param array $globals
109 109
    *
Please login to merge, or discard this patch.