Skip to content

Commit 9723465

Browse files
author
Paul M. Jones
committed
Merge pull request #39 from weierophinney/hotfix/psr7-uri-return
Sync with php-fig/fig-standards#518
2 parents 116ee92 + f3fcff8 commit 9723465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function withMethod($method);
146146
*
147147
* @link http://tools.ietf.org/html/rfc3986#section-4.3
148148
* @return UriInterface Returns a UriInterface instance
149-
* representing the URI of the request, if any.
149+
* representing the URI of the request.
150150
*/
151151
public function getUri();
152152

0 commit comments

Comments
 (0)