From a36e01c63ac0e00bc81dc0875c8bf9fd0f0d8b24 Mon Sep 17 00:00:00 2001 From: addshore Date: Tue, 20 Sep 2016 13:34:14 +0100 Subject: [PATCH] phpdoc Title::inNamespaces also allows array Change-Id: I201dbaf9c0dee5b47c4edde73ff68b88560e8a0f --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1