X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=blobdiff_plain;f=includes%2FTitle.php;h=8c5bbdc221f3f853f7874b04f48b45f85a8e19bb;hb=fb3428eb8f16235269fb34a98fab664c3732cba2;hp=96f196fe9bdbb94523c58dd25a4617e710e86563;hpb=48c8531c2edc45a7ed0791f94149f7b3c5eab8d3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index 96f196fe9b..8c5bbdc221 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1250,6 +1250,7 @@ class Title implements LinkTarget, IDBAccessObject { * @param int|int[] $namespaces,... The namespaces to check for * @return bool * @since 1.19 + * @suppress PhanCommentParamOnEmptyParamList Cannot make variadic due to HHVM bug, T191668#5263929 */ public function inNamespaces( /* ... */ ) { $namespaces = func_get_args();