Add a @throws doc line to getGrammarTransformations() in Language.php

Follow up to
I6b9b29b7017f958d62611671be017f97cee73415

Change-Id: I65b4a7b482238d2df97639f41f05af8566686414
This commit is contained in:
Amire80 2016-10-21 15:34:19 -07:00
parent a6c5f1a815
commit 7d28ef7bd7

View 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() {