From: Amire80 Date: Fri, 21 Oct 2016 22:34:19 +0000 (-0700) Subject: Add a @throws doc line to getGrammarTransformations() in Language.php X-Git-Tag: 1.31.0-rc.0~5044^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=7d28ef7bd7133b8613e18e6114d9e6b3c67cdfcd;p=lhc%2Fweb%2Fwiklou.git Add a @throws doc line to getGrammarTransformations() in Language.php Follow up to I6b9b29b7017f958d62611671be017f97cee73415 Change-Id: I65b4a7b482238d2df97639f41f05af8566686414 --- diff --git a/languages/Language.php b/languages/Language.php index ab7220cdcc..b5bd434b51 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -3759,6 +3759,7 @@ class Language { * but uses pairs of regexes and replacements instead of code. * * @return array[] Array of grammar transformations. + * @throws MWException * @since 1.28 */ public function getGrammarTransformations() {