@@ -138,6 +138,7 @@ discard block |
||
138 | 138 | |
139 | 139 | /** |
140 | 140 | * {@inheritDoc} |
141 | + * @param TypeContext $context |
|
141 | 142 | */ |
142 | 143 | public function create(string $tagLine, ?TypeContext $context = null) : Tag |
143 | 144 | { |
@@ -258,7 +259,7 @@ discard block |
||
258 | 259 | * @param ReflectionParameter[] $parameters |
259 | 260 | * @param mixed[] $locator |
260 | 261 | * |
261 | - * @return mixed[] A series of values that can be passed to the Factory Method of the tag whose parameters |
|
262 | + * @return callable A series of values that can be passed to the Factory Method of the tag whose parameters |
|
262 | 263 | * is provided with this method. |
263 | 264 | */ |
264 | 265 | private function getArgumentsForParametersFromWiring(array $parameters, array $locator) : array |