X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FXml.php;h=7761ecc0a64e3989ee55f0e54c695f4fb09972f2;hb=337afdf3a2ebb1739519594619afb50a62dccfe6;hp=6fb5380550a1d68692d26c941fd1ecda1f75bdf1;hpb=b2645d82849ca74b0e6b8df6a3e28e81d0561a58;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Xml.php b/includes/Xml.php index 6fb5380550..7761ecc0a6 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -233,7 +233,7 @@ class Xml { * @param string $inLanguage The ISO code of the language to display the select list in (optional) * @param array $overrideAttrs Override the attributes of the select tag (since 1.20) * @param Message|null $msg Label message key (since 1.20) - * @return array containing 2 items: label HTML and select list HTML + * @return array Array containing 2 items: label HTML and select list HTML */ public static function languageSelector( $selected, $customisedOnly = true, $inLanguage = null, $overrideAttrs = array(), Message $msg = null