NamespaceInputWidget: Fix type documentation
authorMax Semenik <maxsem.wiki@gmail.com>
Sat, 4 Nov 2017 22:02:59 +0000 (15:02 -0700)
committerLegoktm <legoktm@member.fsf.org>
Sat, 4 Nov 2017 22:48:53 +0000 (22:48 +0000)
Change-Id: Ifc8e8be7bb7423d581f62427a4e48d70d73c714b

includes/widget/NamespaceInputWidget.php

index 3e86738..3e913b0 100644 (file)
@@ -18,7 +18,7 @@ class NamespaceInputWidget extends \OOUI\DropdownInputWidget {
         * @param array $config Configuration options
         * @param string $config['includeAllValue'] If specified, add a "all namespaces" option to the
         *     namespace dropdown, and use this as the input value for it
-        * @param number[] $config['exclude'] List of namespace numbers to exclude from the selector
+        * @param int[] $config['exclude'] List of namespace numbers to exclude from the selector
         */
        public function __construct( array $config = [] ) {
                // Configuration initialization