@@ -2,9 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace mindplay\unbox; |
| 4 | 4 | |
| 5 | -use Closure; |
|
| 6 | 5 | use Psr\Container\ContainerInterface; |
| 7 | -use ReflectionParameter; |
|
| 8 | 6 | |
| 9 | 7 | /** |
| 10 | 8 | * This class provides boostrapping/configuration facilities for creation of `Container` instances. |