From d1d809878138d383f862472b385615d00c813a50 Mon Sep 17 00:00:00 2001 From: mosaxiv Date: Mon, 12 Feb 2018 03:17:53 +0900 Subject: [PATCH] add since tag --- src/Http/Response.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Http/Response.php b/src/Http/Response.php index f8c42110cc0..042c5013ac6 100644 --- a/src/Http/Response.php +++ b/src/Http/Response.php @@ -2003,6 +2003,7 @@ public function withLength($bytes) * @param string $url link-value * @param array $options link-param * @return static + * @since 3.6.0 */ public function withAddedLink($url, $options = []) {