From: Max Semenik Date: Sat, 4 Nov 2017 22:02:59 +0000 (-0700) Subject: NamespaceInputWidget: Fix type documentation X-Git-Tag: 1.31.0-rc.0~1603^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=2eb312bcba0d735dfdc1679f4d771ac1554a96cc;p=lhc%2Fweb%2Fwiklou.git NamespaceInputWidget: Fix type documentation Change-Id: Ifc8e8be7bb7423d581f62427a4e48d70d73c714b --- 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