@@ -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 |
@@ -269,7 +269,7 @@ |
||
269 | 269 | /** |
270 | 270 | * Complete arguments configuration from existing type hints |
271 | 271 | * @param ReflectionMethod $method |
272 | - * @param array $argsFromAnnotations |
|
272 | + * @param Annotation\GraphQL\Doctrine\Annotation\Argument[] $argsFromAnnotations |
|
273 | 273 | * @throws Exception |
274 | 274 | * @return array |
275 | 275 | */ |