From ede0147134a877e5deea902616b0bf565f098a65 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 27 May 2015 22:37:33 -0700 Subject: [PATCH] HTMLForm::factory() doesn't throw MWExceptions Change-Id: I0104bf1dd9ebb813aa37f92b21515a964ca2a709 --- includes/htmlform/HTMLForm.php | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1