@@ -5,7 +5,6 @@ |
||
5 | 5 | |
6 | 6 | use Exception; |
7 | 7 | use TBolier\RethinkQL\Connection\ConnectionException; |
8 | -use TBolier\RethinkQL\Connection\ConnectionInterface; |
|
9 | 8 | use TBolier\RethinkQL\Query\MessageInterface; |
10 | 9 | use TBolier\RethinkQL\Response\Cursor; |
11 | 10 | use TBolier\RethinkQL\Response\ResponseInterface; |
@@ -81,7 +81,7 @@ discard block |
||
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 |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | |
101 | 101 | /** |
102 | 102 | * @param \stdClass $buffer |
103 | - * @return mixed |
|
103 | + * @return \stdClass |
|
104 | 104 | */ |
105 | 105 | private function catchStreamWrite(\stdClass $buffer) |
106 | 106 | { |