Completed
Push — master ( c1a156...8cadde )
by Kirill
08:14
created
src/Ast/Support/InterfacesProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Railt\SDL\Ast\Support;
11 11
 
12 12
 use Railt\SDL\Ast\Common\TypeNameNode;
13
-use Railt\SDL\Ast\ProvidesInterfaceNodes;
14 13
 
15 14
 /**
16 15
  * Trait InterfacesProvider
Please login to merge, or discard this patch.
src/Compiler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Railt\Io\File;
16 16
 use Railt\Io\Readable;
17 17
 use Railt\Parser\Ast\RuleInterface;
18
-use Railt\Parser\Exception\UnexpectedTokenException;
19 18
 use Railt\Parser\Exception\UnrecognizedTokenException;
20 19
 use Railt\Reflection\Contracts\Document as DocumentInterface;
21 20
 use Railt\Reflection\Contracts\Reflection as ReflectionInterface;
Please login to merge, or discard this patch.
src/Compiler/System/Provider/ArgumentSystem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Railt\Reflection\Definition\Behaviour\HasArguments;
15 15
 use Railt\SDL\Ast\ProvidesArgumentNodes;
16 16
 use Railt\SDL\Compiler\System\System;
17
-use Railt\SDL\Exception\TypeConflictException;
18 17
 
19 18
 /**
20 19
  * Class ArgumentSystem
Please login to merge, or discard this patch.
src/Compiler/System/Provider/FieldSystem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Railt\Reflection\Definition\Behaviour\HasFields;
15 15
 use Railt\SDL\Ast\ProvidesFieldNodes;
16 16
 use Railt\SDL\Compiler\System\System;
17
-use Railt\SDL\Exception\TypeConflictException;
18 17
 
19 18
 /**
20 19
  * Class FieldSystem
Please login to merge, or discard this patch.