Skip to content

Commit

Permalink
Merge pull request #39 from weierophinney/hotfix/psr7-uri-return
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Apr 13, 2015
2 parents 116ee92 + f3fcff8 commit 9723465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function withMethod($method);
*
* @link http://tools.ietf.org/html/rfc3986#section-4.3
* @return UriInterface Returns a UriInterface instance
* representing the URI of the request, if any.
* representing the URI of the request.
*/
public function getUri();

Expand Down

0 comments on commit 9723465

Please sign in to comment.