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

Commit 56ddc75

Browse files
committed
Minor docblock cleanup
1 parent 5854462 commit 56ddc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response/DownloadResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private function prepareDownloadHeaders(array $headers = []) : array
156156
/**
157157
* @param string|StreamInterface $content
158158
* @return StreamInterface
159-
* @throws InvalidArgumentException if $body is neither a string nor a stream
159+
* @throws InvalidArgumentException if $body is neither a string nor a Stream
160160
*/
161161
private function createBody($content): StreamInterface
162162
{

0 commit comments

Comments
 (0)