|
@@ -3,13 +3,9 @@ |
|
|
block discarded – undo |
|
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 |
Please login to merge, or discard this patch.