Completed
Push — master ( 9aa08f...d81902 )
by Kirill
04:21 queued 01:31
created
src/Compiler.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 Psr\Log\LoggerInterface;
15 15
 use Railt\Io\File;
16 16
 use Railt\Io\Readable;
17
-use Railt\Reflection\Contracts\Document;
18 17
 use Railt\Reflection\Contracts\Document as DocumentInterface;
19 18
 use Railt\Reflection\Reflection;
20 19
 use Railt\SDL\Compiler\Dictionary;
Please login to merge, or discard this patch.
src/Frontend.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 Psr\Log\LoggerInterface;
15 15
 use Railt\Io\Readable;
16 16
 use Railt\Parser\Ast\RuleInterface;
17
-use Railt\Parser\Exception\UnexpectedTokenException;
18 17
 use Railt\Parser\Exception\UnrecognizedTokenException;
19 18
 use Railt\SDL\Exception\SyntaxException;
20 19
 use Railt\SDL\Frontend\Builder;
Please login to merge, or discard this patch.