From 80fdbc472e8b2a1558759cef2cfb44b1b6c2c4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor?= Date: Sat, 22 Aug 2015 15:31:11 -0400 Subject: [PATCH] Update Cookies::addCookie docblock to match signature --- src/Cookies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cookies.php b/src/Cookies.php index 97bcb61040..ab6310d7f1 100644 --- a/src/Cookies.php +++ b/src/Cookies.php @@ -88,7 +88,7 @@ public static function fromString($string) } /** - * Add a cookie to the class. Cookie should be passed either as a Zend\Http\Header\Cookie object + * Add a cookie to the class. Cookie should be passed either as a Zend\Http\Header\SetCookie object * or as a string - in which case an object is created from the string. * * @param SetCookie|string $cookie