Passed
Push — master ( 1b2537...c847ff )
by Timon
05:27 queued 02:23
created
src/Query/AbstractQuery.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 namespace TBolier\RethinkQL\Query;
5 5
 
6 6
 use TBolier\RethinkQL\Message\MessageInterface;
7
-use TBolier\RethinkQL\Response\Cursor;
8
-use TBolier\RethinkQL\Response\ResponseInterface;
9 7
 use TBolier\RethinkQL\RethinkInterface;
10 8
 
11 9
 abstract class AbstractQuery implements QueryInterface
Please login to merge, or discard this patch.