@@ -348,7 +348,7 @@ |
||
348 | 348 | /** |
349 | 349 | * @param Dependency[] $dependencies |
350 | 350 | * @param Parameter[] $parameters |
351 | - * @return array |
|
351 | + * @return callable |
|
352 | 352 | * @throws NotFoundException |
353 | 353 | */ |
354 | 354 | protected function buildArguments(array $dependencies, array $parameters): array |
@@ -307,7 +307,7 @@ |
||
307 | 307 | /** |
308 | 308 | * Try to find entry in delegates |
309 | 309 | * |
310 | - * @param $id |
|
310 | + * @param string $id |
|
311 | 311 | * @return mixed|object|null |
312 | 312 | */ |
313 | 313 | public function getFromDelegates($id) |