diff options
Diffstat (limited to 'includes/FauxRequest.php')
-rw-r--r-- | includes/FauxRequest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/FauxRequest.php b/includes/FauxRequest.php index 3b2283b77a8a..9147240ac408 100644 --- a/includes/FauxRequest.php +++ b/includes/FauxRequest.php @@ -126,7 +126,7 @@ class FauxRequest extends WebRequest { /** * @since 1.26 - * @param string $name Unprefixed name of the cookie to set + * @param string $key Unprefixed name of the cookie to set * @param string|null $value Value of the cookie to set * @param string|null $prefix Cookie prefix. Defaults to $wgCookiePrefix */ |