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

Commit 200a454

Browse files
authored
Allow for UriInterface
1 parent 0eac0e6 commit 200a454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServerRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ServerRequest implements ServerRequestInterface
6565
/**
6666
* @param array $serverParams Server parameters, typically from $_SERVER
6767
* @param array $uploadedFiles Upload file information, a tree of UploadedFiles
68-
* @param null|string $uri URI for the request, if any.
68+
* @param null|string|UriInterface $uri URI for the request, if any.
6969
* @param null|string $method HTTP method for the request, if any.
7070
* @param string|resource|StreamInterface $body Message body, if any.
7171
* @param array $headers Headers for the message, if any.

0 commit comments

Comments
 (0)