HTMLForm::factory() doesn't throw MWExceptions
authorKunal Mehta <legoktm@gmail.com>
Thu, 28 May 2015 05:37:33 +0000 (22:37 -0700)
committerKunal Mehta <legoktm@gmail.com>
Thu, 28 May 2015 05:37:33 +0000 (22:37 -0700)
Change-Id: I0104bf1dd9ebb813aa37f92b21515a964ca2a709

includes/htmlform/HTMLForm.php

index f2c2aab..7f988d0 100644 (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