From: Kunal Mehta Date: Thu, 28 May 2015 05:37:33 +0000 (-0700) Subject: HTMLForm::factory() doesn't throw MWExceptions X-Git-Tag: 1.31.0-rc.0~11271 X-Git-Url: http://git.cyclocoop.org//%22%22.url_de_base%28%29.%22/%22?a=commitdiff_plain;h=ede0147134a877e5deea902616b0bf565f098a65;p=lhc%2Fweb%2Fwiklou.git HTMLForm::factory() doesn't throw MWExceptions Change-Id: I0104bf1dd9ebb813aa37f92b21515a964ca2a709 --- diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php index f2c2aab371..7f988d037b 100644 --- a/includes/htmlform/HTMLForm.php +++ b/includes/htmlform/HTMLForm.php @@ -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