Test Failed
Push — master ( b79e07...d820d2 )
by Kirill
02:16
created
src/Definition/Behaviour/HasTypeIndication.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use Railt\Reflection\Contracts\Definition\Behaviour\ProvidesTypeIndication;
13 13
 use Railt\Reflection\Contracts\Definition\TypeDefinition;
14
-use Railt\Reflection\Contracts\Dictionary;
15 14
 
16 15
 /**
17 16
  * Trait HasTypeIndication
Please login to merge, or discard this patch.
src/Definition/Dependent/DirectiveLocation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use Railt\Reflection\Contracts\Definition\Dependent\DirectiveLocation as DirectiveLocationInterface;
13 13
 use Railt\Reflection\Contracts\Type as TypeInterface;
14
-use Railt\Reflection\Exception\TypeConflictException;
15 14
 use Railt\Reflection\Type;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.