From 2eb312bcba0d735dfdc1679f4d771ac1554a96cc Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sat, 4 Nov 2017 15:02:59 -0700 Subject: [PATCH] NamespaceInputWidget: Fix type documentation Change-Id: Ifc8e8be7bb7423d581f62427a4e48d70d73c714b --- includes/widget/NamespaceInputWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/widget/NamespaceInputWidget.php b/includes/widget/NamespaceInputWidget.php index 3e86738bb3..3e913b02ff 100644 --- a/includes/widget/NamespaceInputWidget.php +++ b/includes/widget/NamespaceInputWidget.php @@ -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 -- 2.20.1