Cookie: Fix @throws comment
authorKunal Mehta <legoktm@gmail.com>
Wed, 7 Jan 2015 02:13:01 +0000 (18:13 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 7 Jan 2015 19:17:43 +0000 (19:17 +0000)
Change-Id: I3f63a58b74ab4dd46010c8a61da98c1cae419195

includes/libs/Cookie.php

index 56dc6ea..0fe9444 100644 (file)
@@ -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;