From 1534e52263073006dc46c605c813842cec719ac7 Mon Sep 17 00:00:00 2001 From: Damon Date: Mon, 7 Mar 2016 19:40:31 +0200 Subject: [PATCH] Update RequestInterface.php Correcting inaccurate documentation --- src/RequestInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RequestInterface.php b/src/RequestInterface.php index 75c802e..76d6341 100644 --- a/src/RequestInterface.php +++ b/src/RequestInterface.php @@ -53,7 +53,7 @@ public function getRequestTarget(); * immutability of the message, and MUST return an instance that has the * changed request target. * - * @link http://tools.ietf.org/html/rfc7230#section-2.7 (for the various + * @link http://tools.ietf.org/html/rfc7230#section-5.3 (for the various * request-target forms allowed in request messages) * @param mixed $requestTarget * @return self