Completed
Pull Request — master (#29773)
by Phil
12:02
created
lib/private/Http/Client/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 	private $stream;
41 41
 
42 42
 	/**
43
-	 * @param GuzzleResponse $response
43
+	 * @param ResponseInterface $response
44 44
 	 * @param bool $stream
45 45
 	 */
46 46
 	public function __construct(ResponseInterface $response, $stream = false) {
Please login to merge, or discard this patch.