From: Kunal Mehta Date: Wed, 7 Jan 2015 02:13:01 +0000 (-0800) Subject: Cookie: Fix @throws comment X-Git-Tag: 1.31.0-rc.0~12772 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=07707b85aa84d31e758cebc25ece20c35829293c;p=lhc%2Fweb%2Fwiklou.git Cookie: Fix @throws comment Change-Id: I3f63a58b74ab4dd46010c8a61da98c1cae419195 --- diff --git a/includes/libs/Cookie.php b/includes/libs/Cookie.php index 56dc6eaccc..0fe944443f 100644 --- a/includes/libs/Cookie.php +++ b/includes/libs/Cookie.php @@ -48,7 +48,7 @@ class Cookie { * expires A date string * path The path this cookie is used on * domain Domain this cookie is used on - * @throws MWException + * @throws InvalidArgumentException */ public function set( $value, $attr ) { $this->value = $value;