Skip to content

Commit 0c0006d

Browse files
committed
Merge pull request #518 from weierophinney/hotfix/psr7-uri-return
[PSR-7] Removed verbiage "if any" from `getUri()`
2 parents b740164 + 90455a1 commit 0c0006d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposed/http-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ interface RequestInterface extends MessageInterface
774774
*
775775
* @link http://tools.ietf.org/html/rfc3986#section-4.3
776776
* @return UriInterface Returns a UriInterface instance
777-
* representing the URI of the request, if any.
777+
* representing the URI of the request.
778778
*/
779779
public function getUri();
780780

0 commit comments

Comments
 (0)