diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2017-08-11 18:09:41 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2017-08-11 19:27:19 +0200 |
commit | ace44e2064851dda9d9e7327494bd7b7b3379825 (patch) | |
tree | e7e0550fbf1eb26ed1ed58ecf2897479a016a4c2 /includes/FauxRequest.php | |
parent | a9007e8baf802f0f57d095e3bb4ad201c98c0cb3 (diff) | |
download | mediawikicore-ace44e2064851dda9d9e7327494bd7b7b3379825.tar.gz mediawikicore-ace44e2064851dda9d9e7327494bd7b7b3379825.zip |
Use correct variable name in @param documentation
For some varargs a variable name is added with suffix ,... as seen for
many other varargs
Some @param are swapped, because there are in the wrong order
Enable Sniff MediaWiki.Commenting.FunctionComment.ParamNameNoMatch
Change-Id: I60fec6025bce824d5c67563ab7b65ad6cd628ad8
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 */ |