@@ -29,7 +29,7 @@ |
||
29 | 29 | * |
30 | 30 | * @param mixed $value |
31 | 31 | * The actual value to be wrapped. |
32 | - * @param array $dependencies |
|
32 | + * @param CacheableMetadata[] $dependencies |
|
33 | 33 | * An array of cache dependencies. |
34 | 34 | */ |
35 | 35 | public function __construct($value, array $dependencies = []) { |
@@ -107,7 +107,7 @@ |
||
107 | 107 | * @param \GraphQL\Type\Definition\ResolveInfo $info |
108 | 108 | * The resolve info object. |
109 | 109 | * |
110 | - * @return mixed |
|
110 | + * @return EntityCrudOutputWrapper|null |
|
111 | 111 | * The output for the created entity. |
112 | 112 | */ |
113 | 113 | protected function resolveOutput(EntityInterface $entity, array $args, ResolveInfo $info) { |
@@ -72,8 +72,8 @@ discard block |
||
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
75 | - * @param $schema |
|
76 | - * @param $operations |
|
75 | + * @param string $schema |
|
76 | + * @param \GraphQL\Server\OperationParams $operations |
|
77 | 77 | * @param array $globals |
78 | 78 | * |
79 | 79 | * @return \Drupal\Core\Cache\CacheableJsonResponse |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |
89 | - * @param $schema |
|
89 | + * @param string $schema |
|
90 | 90 | * @param $operations |
91 | 91 | * @param array $globals |
92 | 92 | * |
@@ -278,7 +278,7 @@ discard block |
||
278 | 278 | * @param \GraphQL\Server\ServerConfig $config |
279 | 279 | * @param \GraphQL\Server\OperationParams $params |
280 | 280 | * @param \GraphQL\Language\AST\DocumentNode $document |
281 | - * @param $operation |
|
281 | + * @param string $operation |
|
282 | 282 | * |
283 | 283 | * @return mixed |
284 | 284 | */ |
@@ -295,7 +295,7 @@ discard block |
||
295 | 295 | * @param \GraphQL\Server\ServerConfig $config |
296 | 296 | * @param \GraphQL\Server\OperationParams $params |
297 | 297 | * @param \GraphQL\Language\AST\DocumentNode $document |
298 | - * @param $operation |
|
298 | + * @param string $operation |
|
299 | 299 | * |
300 | 300 | * @return mixed |
301 | 301 | */ |
@@ -312,7 +312,7 @@ discard block |
||
312 | 312 | * @param \GraphQL\Server\ServerConfig $config |
313 | 313 | * @param \GraphQL\Server\OperationParams $params |
314 | 314 | * @param \GraphQL\Language\AST\DocumentNode $document |
315 | - * @param $operation |
|
315 | + * @param string $operation |
|
316 | 316 | * |
317 | 317 | * @return array |
318 | 318 | */ |
@@ -333,7 +333,7 @@ discard block |
||
333 | 333 | * @param \GraphQL\Server\ServerConfig $config |
334 | 334 | * @param \GraphQL\Server\OperationParams $params |
335 | 335 | * @param \GraphQL\Language\AST\DocumentNode $document |
336 | - * @param $operation |
|
336 | + * @param string $operation |
|
337 | 337 | * |
338 | 338 | * @return int|null |
339 | 339 | */ |