Passed
Push — master ( 1b2537...c847ff )
by Timon
05:27 queued 02:23
created
src/Connection/Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@
 block discarded – undo
309 309
      * @param ResponseInterface $response
310 310
      * @param int $token
311 311
      * @param MessageInterface $message
312
-     * @return Iterable
312
+     * @return Cursor
313 313
      */
314 314
     private function createCursorFromResponse(
315 315
         ResponseInterface $response,
Please login to merge, or discard this patch.
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.