Test Failed
Push — master ( 08713d...9fa0b4 )
by Kirill
03:13
created
src/Compiler.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\Io\Readable;
13 13
 use Railt\Parser\Ast\RuleInterface;
14
-use Railt\Parser\Exception\UnexpectedTokenException;
15 14
 use Railt\Parser\Exception\UnrecognizedTokenException;
16 15
 use Railt\Reflection\Contracts\Definition;
17 16
 use Railt\Reflection\Contracts\Dictionary;
Please login to merge, or discard this patch.
src/Compiler/Builder/Common/ValueBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Railt\SDL\Compiler\Ast\Value\NullValueNode;
25 25
 use Railt\SDL\Compiler\Ast\Value\ValueInterface;
26 26
 use Railt\SDL\Compiler\Ast\Value\ValueNode;
27
-use Railt\SDL\Exception\SemanticException;
28 27
 use Railt\SDL\Exception\TypeConflictException;
29 28
 
30 29
 /**
Please login to merge, or discard this patch.
src/Compiler/Builder/Common/ValueInvocation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Railt\Reflection\Contracts\Definition;
13 13
 use Railt\Reflection\Contracts\Definition\InputDefinition;
14 14
 use Railt\Reflection\Contracts\Invocation\InputInvocation;
15
-use Railt\Reflection\Contracts\Invocation\TypeInvocation;
16 15
 use Railt\SDL\Exception\SemanticException;
17 16
 use Railt\SDL\Exception\TypeConflictException;
18 17
 
Please login to merge, or discard this patch.