From aa61a7b77a57fb3a06d200b10c1d1a2ff171f942 Mon Sep 17 00:00:00 2001 From: Roman Grinyov Date: Thu, 10 Feb 2022 16:07:39 +0300 Subject: [PATCH] clarification added (#19220) --- framework/web/CookieCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/web/CookieCollection.php b/framework/web/CookieCollection.php index 938c2b7..1ef19d4 100644 --- a/framework/web/CookieCollection.php +++ b/framework/web/CookieCollection.php @@ -106,7 +106,7 @@ class CookieCollection extends BaseObject implements \IteratorAggregate, \ArrayA /** * Returns whether there is a cookie with the specified name. - * Note that if a cookie is marked for deletion from browser, this method will return false. + * Note that if a cookie is marked for deletion from browser or its value is an empty string, this method will return false. * @param string $name the cookie name * @return bool whether the named cookie exists * @see remove()