From 7d28ef7bd7133b8613e18e6114d9e6b3c67cdfcd Mon Sep 17 00:00:00 2001 From: Amire80 Date: Fri, 21 Oct 2016 15:34:19 -0700 Subject: [PATCH] Add a @throws doc line to getGrammarTransformations() in Language.php Follow up to I6b9b29b7017f958d62611671be017f97cee73415 Change-Id: I65b4a7b482238d2df97639f41f05af8566686414 --- languages/Language.php | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.20.1