@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Get the description of a method from the doc block |
27 | - * @param ReflectionMethod $method |
|
28 | 27 | * @return null|string |
29 | 28 | */ |
30 | 29 | public function getMethodDescription(): ?string |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | * All its types will be converted from string to real instance of Type |
50 | 50 | * |
51 | 51 | * @param ReflectionMethod $method |
52 | - * @param Field $field |
|
52 | + * @param Input $field |
|
53 | 53 | */ |
54 | 54 | private function convertTypeDeclarationsToInstances(ReflectionMethod $method, Input $field): void |
55 | 55 | { |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | * Complete field with info from doc blocks and type hints |
61 | 61 | * @param ReflectionMethod $method |
62 | 62 | * @param ReflectionParameter $param |
63 | - * @param Field $field |
|
63 | + * @param Input $field |
|
64 | 64 | */ |
65 | 65 | private function completeField(ReflectionMethod $method, ReflectionParameter $param, Input $field): void |
66 | 66 | { |