From fdfe87fbd617e9bcfa7b03a00f62feffb8dc6b2b Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Fri, 5 Oct 2012 15:55:52 +0200 Subject: [PATCH] Change Array to array Change-Id: I22fd8b2aad037a12546d7c5f5167add1eec96c30 --- includes/Html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Html.php b/includes/Html.php index dfd081f25f..9fcdc521bd 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -753,7 +753,7 @@ class Html { * - name: [optional], default: 'namespace' * @return string HTML code to select a namespace. */ - public static function namespaceSelector( Array $params = array(), Array $selectAttribs = array() ) { + public static function namespaceSelector( array $params = array(), array $selectAttribs = array() ) { global $wgContLang; ksort( $selectAttribs ); -- 2.20.1