htmlform: Fix multiple PHPDoc annotations in htmlform module
authorAlangi Derick <alangiderick@gmail.com>
Mon, 3 Dec 2018 11:47:12 +0000 (12:47 +0100)
committerD3r1ck01 <alangiderick@gmail.com>
Mon, 3 Dec 2018 12:48:53 +0000 (12:48 +0000)
commitf6fcb74728311b696caac49576e6b893cc5ebb14
tree9448f77b01816fb2535b595632bce090b27ac7bc
parentf7ab788bf174c33e8477b745dee42cf5a0140a90
htmlform: Fix multiple PHPDoc annotations in htmlform module

- Add @param annotation for $params variable for __construct() method
  in the HTMLExpiryField class.
- Add @throws annotation for getOptionsOOUI() method that throws a
  MWException and remove "@return array" as this method only throw an
  exception now.

Change-Id: I292f6ae04b840f6f6f74b7c92f834f056659fbe2
includes/htmlform/fields/HTMLExpiryField.php
includes/htmlform/fields/HTMLMultiSelectField.php