From: Thiemo Mättig Date: Mon, 23 Oct 2017 09:33:38 +0000 (+0200) Subject: Add missing @throws documentation to Language::factory X-Git-Tag: 1.31.0-rc.0~1693 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=67f5ee2acd5e6c6915745a04179c2c9ee1f2c112;p=lhc%2Fweb%2Fwiklou.git Add missing @throws documentation to Language::factory Change-Id: Id5ff9d438864e2d39a10441c43aba4188191f623 --- diff --git a/languages/Language.php b/languages/Language.php index 435f058367..8517f26eb3 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -178,6 +178,7 @@ class Language { /** * Get a cached or new language object for a given language code * @param string $code + * @throws MWException * @return Language */ static function factory( $code ) {