Completed
Pull Request — 8.x-3.x (#671)
by Sebastian
02:11
created
src/GraphQL/Execution/QueryProcessor.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
    * @param \GraphQL\Server\OperationParams $params
234 234
    * @param \GraphQL\Language\AST\DocumentNode $document
235 235
    *
236
-   * @return \GraphQL\Executor\Promise\Promise|mixed
236
+   * @return \GraphQL\Executor\Promise\Promise
237 237
    */
238 238
   protected function executeCacheableOperation(PromiseAdapter $adapter, ServerConfig $config, OperationParams $params, DocumentNode $document) {
239 239
     $inDebug = !!$config->getDebug();
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
    * @param \GraphQL\Server\ServerConfig $config
370 370
    * @param \GraphQL\Server\OperationParams $params
371 371
    * @param \GraphQL\Language\AST\DocumentNode $document
372
-   * @param $operation
372
+   * @param string $operation
373 373
    *
374 374
    * @return mixed
375 375
    */
@@ -386,7 +386,7 @@  discard block
 block discarded – undo
386 386
    * @param \GraphQL\Server\ServerConfig $config
387 387
    * @param \GraphQL\Server\OperationParams $params
388 388
    * @param \GraphQL\Language\AST\DocumentNode $document
389
-   * @param $operation
389
+   * @param string $operation
390 390
    *
391 391
    * @return mixed
392 392
    */
@@ -403,7 +403,7 @@  discard block
 block discarded – undo
403 403
    * @param \GraphQL\Server\ServerConfig $config
404 404
    * @param \GraphQL\Server\OperationParams $params
405 405
    * @param \GraphQL\Language\AST\DocumentNode $document
406
-   * @param $operation
406
+   * @param string $operation
407 407
    *
408 408
    * @return array
409 409
    */
Please login to merge, or discard this patch.