HTMLForm::factory() doesn't throw MWExceptions

Change-Id: I0104bf1dd9ebb813aa37f92b21515a964ca2a709
This commit is contained in:
Kunal Mehta 2015-05-27 22:37:33 -07:00
parent e67bc3dc8e
commit ede0147134

View file

@ -244,7 +244,6 @@ class HTMLForm extends ContextSource {
/**
* Construct a HTMLForm object for given display type. May return a HTMLForm subclass.
*
* @throws MWException When the display format requested is not known
* @param string $displayFormat
* @param mixed $arguments... Additional arguments to pass to the constructor.
* @return HTMLForm