phpdoc Title::inNamespaces also allows array
authoraddshore <addshorewiki@gmail.com>
Tue, 20 Sep 2016 12:34:14 +0000 (13:34 +0100)
committeraddshore <addshorewiki@gmail.com>
Tue, 20 Sep 2016 12:34:14 +0000 (13:34 +0100)
Change-Id: I201dbaf9c0dee5b47c4edde73ff68b88560e8a0f

includes/Title.php

index 6d9ddd6..27a334d 100644 (file)
@@ -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
         */