From 3806d65134ecc9f600514f2088793b650ef2fdf1 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 3 Aug 2016 13:24:34 -0500 Subject: [PATCH] Sync with php-fig/http-message#74 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. --- accepted/PSR-7-http-message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accepted/PSR-7-http-message.md b/accepted/PSR-7-http-message.md index 1ad8d95ed..0ef5e94e1 100644 --- a/accepted/PSR-7-http-message.md +++ b/accepted/PSR-7-http-message.md @@ -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