Add a @throws doc line to getGrammarTransformations() in Language.php
Follow up to I6b9b29b7017f958d62611671be017f97cee73415 Change-Id: I65b4a7b482238d2df97639f41f05af8566686414
This commit is contained in:
parent
a6c5f1a815
commit
7d28ef7bd7
1 changed files with 1 additions and 0 deletions
|
|
@ -3759,6 +3759,7 @@ class Language {
|
||||||
* but uses pairs of regexes and replacements instead of code.
|
* but uses pairs of regexes and replacements instead of code.
|
||||||
*
|
*
|
||||||
* @return array[] Array of grammar transformations.
|
* @return array[] Array of grammar transformations.
|
||||||
|
* @throws MWException
|
||||||
* @since 1.28
|
* @since 1.28
|
||||||
*/
|
*/
|
||||||
public function getGrammarTransformations() {
|
public function getGrammarTransformations() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue