Passed
Push — master ( 43db54...cc5a21 )
by Atanas
02:03
created
src/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 	 * Return a response's body stream so it is ready to be read
62 62
 	 *
63 63
 	 * @param  ResponseInterface $response
64
-	 * @return ResponseInterface
64
+	 * @return \Psr\Http\Message\StreamInterface
65 65
 	 */
66 66
 	protected static function getBody( ResponseInterface $response ) {
67 67
 		$body = $response->getBody();
Please login to merge, or discard this patch.