@@ -276,7 +276,7 @@ |
||
276 | 276 | /** |
277 | 277 | * Complete args configuration from existing type hints |
278 | 278 | * @param ReflectionMethod $method |
279 | - * @param array $argsFromAnnotations |
|
279 | + * @param Annotation\GraphQL\Doctrine\Annotation\Argument[] $argsFromAnnotations |
|
280 | 280 | * @throws Exception |
281 | 281 | * @return array |
282 | 282 | */ |
@@ -82,7 +82,7 @@ |
||
82 | 82 | |
83 | 83 | /** |
84 | 84 | * Get the description of a class from the docblock |
85 | - * @param ReflectionMethod $method |
|
85 | + * @param ReflectionClass $method |
|
86 | 86 | * @return string|null |
87 | 87 | */ |
88 | 88 | private function getDescription(ReflectionClass $method): ?string |