X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=languages%2FLanguage.php;h=14e6f5c63bb3d6177d347986754a5987aac46f48;hb=84284ccc45423ca482cb72a547b86619d31374f8;hp=067231557b749628218a2807a4455916f18a72f9;hpb=0b6930c6216313d3ddf521b07516b539a5f92113;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/Language.php b/languages/Language.php index 067231557b..14e6f5c63b 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -4127,7 +4127,7 @@ class Language { * Get the list of variants supported by this language * see sample implementation in LanguageZh.php * - * @return array An array of language codes + * @return string[] An array of language codes */ public function getVariants() { return $this->mConverter->getVariants();