Passed
Push — master ( 1ef20b...daed5f )
by Timon
02:27
created
test/unit/Connection/BaseConnectionTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param mixed|null $response
84
+     * @param MockInterface $response
85 85
      * @return void
86 86
      */
87 87
     protected function setExpectations($response = null): void
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
 
102 102
     /**
103 103
      * @param \stdClass $buffer
104
-     * @return mixed
104
+     * @return \stdClass
105 105
      */
106 106
     protected function catchStreamWrite(\stdClass $buffer)
107 107
     {
Please login to merge, or discard this patch.
test/unit/Connection/ConnectionQueryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use TBolier\RethinkQL\Query\MessageInterface;
6 6
 use TBolier\RethinkQL\Response\ResponseInterface;
7 7
 use TBolier\RethinkQL\Types\Response\ResponseType;
8
-use TBolier\RethinkQL\UnitTest\BaseUnitTestCase;
9 8
 
10 9
 class ConnectionQueryTest extends BaseConnectionTestCase
11 10
 {
Please login to merge, or discard this patch.