Completed
Pull Request — 8.x-3.x (#671)
by Sebastian
02:15
created
src/GraphQL/Execution/QueryProcessor.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
    * @param \GraphQL\Server\OperationParams $params
230 230
    * @param \GraphQL\Language\AST\DocumentNode $document
231 231
    *
232
-   * @return \GraphQL\Executor\Promise\Promise|mixed
232
+   * @return \GraphQL\Executor\Promise\Promise
233 233
    */
234 234
   protected function executeCacheableOperation(PromiseAdapter $adapter, ServerConfig $config, OperationParams $params, DocumentNode $document) {
235 235
     $contextCacheId = 'ccid:' . $this->cacheIdentifier($params, $document);
@@ -362,7 +362,7 @@  discard block
 block discarded – undo
362 362
    * @param \GraphQL\Server\ServerConfig $config
363 363
    * @param \GraphQL\Server\OperationParams $params
364 364
    * @param \GraphQL\Language\AST\DocumentNode $document
365
-   * @param $operation
365
+   * @param string $operation
366 366
    *
367 367
    * @return mixed
368 368
    */
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
    * @param \GraphQL\Server\ServerConfig $config
380 380
    * @param \GraphQL\Server\OperationParams $params
381 381
    * @param \GraphQL\Language\AST\DocumentNode $document
382
-   * @param $operation
382
+   * @param string $operation
383 383
    *
384 384
    * @return mixed
385 385
    */
@@ -396,7 +396,7 @@  discard block
 block discarded – undo
396 396
    * @param \GraphQL\Server\ServerConfig $config
397 397
    * @param \GraphQL\Server\OperationParams $params
398 398
    * @param \GraphQL\Language\AST\DocumentNode $document
399
-   * @param $operation
399
+   * @param string $operation
400 400
    *
401 401
    * @return array
402 402
    */
Please login to merge, or discard this patch.