From 07707b85aa84d31e758cebc25ece20c35829293c Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 6 Jan 2015 18:13:01 -0800 Subject: [PATCH] Cookie: Fix @throws comment Change-Id: I3f63a58b74ab4dd46010c8a61da98c1cae419195 --- includes/libs/Cookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1