@@ -47,7 +47,7 @@ |
||
47 | 47 | * |
48 | 48 | * @param string $name component name |
49 | 49 | * |
50 | - * @return mixed |
|
50 | + * @return Container |
|
51 | 51 | * |
52 | 52 | * @throws NotFoundException |
53 | 53 | */ |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Interop\Container\ContainerInterface; |
6 | 6 | use Psr\Container\ContainerInterface as PsrContainerInterface; |
7 | 7 | use ReflectionClass; |
8 | -use ReflectionFunction; |
|
9 | 8 | use ReflectionParameter; |
10 | 9 | |
11 | 10 | /** |