Add a @throws doc line to getGrammarTransformations() in Language.php
authorAmire80 <amir.aharoni@mail.huji.ac.il>
Fri, 21 Oct 2016 22:34:19 +0000 (15:34 -0700)
committerAmire80 <amir.aharoni@mail.huji.ac.il>
Fri, 21 Oct 2016 22:34:19 +0000 (15:34 -0700)
Follow up to
I6b9b29b7017f958d62611671be017f97cee73415

Change-Id: I65b4a7b482238d2df97639f41f05af8566686414

languages/Language.php

index ab7220c..b5bd434 100644 (file)
@@ -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() {