diff --git a/src/RequestInterface.php b/src/RequestInterface.php index 2c6a2ea..38e3b1b 100644 --- a/src/RequestInterface.php +++ b/src/RequestInterface.php @@ -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();