Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9cae340

Browse files
committed
Merge pull request #109
2 parents c328b67 + 715e3ec commit 9cae340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Response implements ResponseInterface
105105
private $statusCode = 200;
106106

107107
/**
108-
* @param string|resource|StreamInterface $stream Stream identifier and/or actual stream resource
108+
* @param string|resource|StreamInterface $body Stream identifier and/or actual stream resource
109109
* @param int $status Status code for the response, if any.
110110
* @param array $headers Headers for the response, if any.
111111
* @throws InvalidArgumentException on any invalid element.

0 commit comments

Comments
 (0)