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