Test Failed
Pull Request — master (#6)
by Timon
05:44
created
src/Connection/Connection.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
 
182 182
     /**
183 183
      * @param MessageInterface $message
184
-     * @return mixed
184
+     * @return MessageInterface
185 185
      */
186 186
     private function utf8Converter(MessageInterface $message): MessageInterface
187 187
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 use Psr\Http\Message\StreamInterface;
7 7
 use TBolier\RethinkQL\Connection\Socket\HandshakeInterface;
8
-use TBolier\RethinkQL\Connection\Socket\StreamHandlerInterface;
9 8
 use TBolier\RethinkQL\Query\Expr;
10 9
 use TBolier\RethinkQL\Query\Message;
11 10
 use TBolier\RethinkQL\Query\MessageInterface;
Please login to merge, or discard this patch.