Completed
Push — master ( a6feea...7247a2 )
by Stéphane
06:46
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@  discard block
 block discarded – undo
43 43
     /**
44 44
      * Initialize the React client
45 45
      * @param LoopInterface|null $loop     React Event loop
46
-     * @param Resolver           $resolver React async DNS resolver
47 46
      * @param ReactClient        $client   React client to use
48 47
      */
49 48
     public function __construct(
@@ -152,7 +151,7 @@  discard block
 block discarded – undo
152 151
     /**
153 152
      * Transform a React Response to a valid PSR7 ResponseInterface instance
154 153
      * @param  ReactResponse $response
155
-     * @return ResponseInterface
154
+     * @return \Psr\Http\Message\ResponseInterface
156 155
      */
157 156
     private function buildResponse(
158 157
         ReactResponse $response,
Please login to merge, or discard this patch.