Cookie: Fix @throws comment
Change-Id: I3f63a58b74ab4dd46010c8a61da98c1cae419195
This commit is contained in:
parent
e6c87b54a7
commit
07707b85aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue