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

Commit 8ec7714

Browse files
committed
Merge branch 'hotfix/196'
Close #196
2 parents 2774665 + b4c2a4f commit 8ec7714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Request implements RequestInterface
2424
use MessageTrait, RequestTrait;
2525

2626
/**
27-
* @param null|string $uri URI for the request, if any.
27+
* @param null|string|UriInterface $uri URI for the request, if any.
2828
* @param null|string $method HTTP method for the request, if any.
2929
* @param string|resource|StreamInterface $body Message body, if any.
3030
* @param array $headers Headers for the message, if any.

0 commit comments

Comments
 (0)