@@ -3,13 +3,9 @@ |
||
3 | 3 | |
4 | 4 | namespace Innmind\Reflection; |
5 | 5 | |
6 | -use Innmind\Reflection\InjectionStrategy\SetterStrategy; |
|
7 | -use Innmind\Reflection\InjectionStrategy\NamedMethodStrategy; |
|
8 | -use Innmind\Reflection\InjectionStrategy\ReflectionStrategy; |
|
9 | 6 | use Innmind\Reflection\Instanciator\ReflectionInstanciator; |
10 | 7 | use Innmind\Immutable\Collection; |
11 | 8 | use Innmind\Immutable\CollectionInterface; |
12 | -use Innmind\Immutable\TypedCollection; |
|
13 | 9 | use Innmind\Immutable\TypedCollectionInterface; |
14 | 10 | |
15 | 11 | class ReflectionClass |