@@ -225,7 +225,7 @@ discard block |
||
| 225 | 225 | * @param \GraphQL\Language\AST\DocumentNode $document |
| 226 | 226 | * @param bool $validate |
| 227 | 227 | * |
| 228 | - * @return \GraphQL\Executor\Promise\Promise|mixed |
|
| 228 | + * @return \GraphQL\Executor\Promise\Promise |
|
| 229 | 229 | */ |
| 230 | 230 | protected function executeCacheableOperation(PromiseAdapter $adapter, ServerConfig $config, OperationParams $params, DocumentNode $document, $validate = TRUE) { |
| 231 | 231 | $contextCacheId = 'ccid:' . $this->cacheIdentifier($params, $document); |
@@ -366,7 +366,7 @@ discard block |
||
| 366 | 366 | * @param \GraphQL\Server\ServerConfig $config |
| 367 | 367 | * @param \GraphQL\Server\OperationParams $params |
| 368 | 368 | * @param \GraphQL\Language\AST\DocumentNode $document |
| 369 | - * @param $operation |
|
| 369 | + * @param string $operation |
|
| 370 | 370 | * |
| 371 | 371 | * @return mixed |
| 372 | 372 | */ |
@@ -383,7 +383,7 @@ discard block |
||
| 383 | 383 | * @param \GraphQL\Server\ServerConfig $config |
| 384 | 384 | * @param \GraphQL\Server\OperationParams $params |
| 385 | 385 | * @param \GraphQL\Language\AST\DocumentNode $document |
| 386 | - * @param $operation |
|
| 386 | + * @param string $operation |
|
| 387 | 387 | * |
| 388 | 388 | * @return mixed |
| 389 | 389 | */ |
@@ -400,7 +400,7 @@ discard block |
||
| 400 | 400 | * @param \GraphQL\Server\ServerConfig $config |
| 401 | 401 | * @param \GraphQL\Server\OperationParams $params |
| 402 | 402 | * @param \GraphQL\Language\AST\DocumentNode $document |
| 403 | - * @param $operation |
|
| 403 | + * @param string $operation |
|
| 404 | 404 | * |
| 405 | 405 | * @return array |
| 406 | 406 | * @throws \GraphQL\Server\RequestError |