Cookie: Fix @throws comment

Change-Id: I3f63a58b74ab4dd46010c8a61da98c1cae419195
This commit is contained in:
Kunal Mehta 2015-01-06 18:13:01 -08:00 committed by Umherirrender
parent e6c87b54a7
commit 07707b85aa

View 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;