@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |
79 | - * @param ReflectionMethod $constructor |
|
79 | + * @param \ReflectionMethod $constructor |
|
80 | 80 | * @param MapInterface<string, variable> $properties |
81 | 81 | * |
82 | 82 | * @return MapInterface<string, variable> |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | } |
101 | 101 | |
102 | 102 | /** |
103 | - * @param ReflectionParameter $parameter |
|
103 | + * @param \ReflectionParameter $parameter |
|
104 | 104 | * @param MapInterface<string, variable> $properties |
105 | 105 | * |
106 | 106 | * @return bool |
@@ -95,7 +95,7 @@ |
||
95 | 95 | /** |
96 | 96 | * Return the list of injection strategies used |
97 | 97 | * |
98 | - * @return InjectionStrategiesInterface |
|
98 | + * @return InjectionStrategyInterface |
|
99 | 99 | */ |
100 | 100 | public function injectionStrategy(): InjectionStrategyInterface |
101 | 101 | { |