Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This patch updates the `@see` annotation for the `RequestInterface::withRequestTarget()` method to link to the correct section of RFC 7230, per the issue raised in php-fig/http-message#74.
  • Loading branch information
weierophinney committed Aug 3, 2016
1 parent edcfc48 commit 3806d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/PSR-7-http-message.md
Expand Up @@ -840,7 +840,7 @@ interface RequestInterface extends MessageInterface
* immutability of the message, and MUST return an instance that has the
* changed request target.
*
* @see http://tools.ietf.org/html/rfc7230#section-2.7 (for the various
* @see http://tools.ietf.org/html/rfc7230#section-5.3 (for the various
* request-target forms allowed in request messages)
* @param mixed $requestTarget
* @return self
Expand Down

0 comments on commit 3806d65

Please sign in to comment.