From: addshore Date: Tue, 20 Sep 2016 12:34:14 +0000 (+0100) Subject: phpdoc Title::inNamespaces also allows array X-Git-Tag: 1.31.0-rc.0~5460^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=a36e01c63ac0e00bc81dc0875c8bf9fd0f0d8b24;p=lhc%2Fweb%2Fwiklou.git phpdoc Title::inNamespaces also allows array Change-Id: I201dbaf9c0dee5b47c4edde73ff68b88560e8a0f --- diff --git a/includes/Title.php b/includes/Title.php index 6d9ddd6ddc..27a334dcf1 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1079,7 +1079,7 @@ class Title implements LinkTarget { /** * Returns true if the title is inside one of the specified namespaces. * - * @param int $namespaces,... The namespaces to check for + * @param int|int[] $namespaces,... The namespaces to check for * @return bool * @since 1.19 */