wiki.techinc.nl/includes/htmlform
Erik Bernhardson d67197fa11 Cleanup some incorrect return annotations
Most of these are simply changing annotations to reflect
reality. If a function can return false to indicate failure
the @return should indicate it.

Some are fixing preg_match calls, preg match returns 1, 0 or false,
but the functions all claim to return booleans.

This is far from all the incorrect return types in mediawiki, there
are around 250 detected by phan, but have to start somewhere.

Change-Id: I1bbdfee6190747bde460f8a7084212ccafe169ef
2016-12-12 10:15:05 -08:00
..
fields Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
HTMLForm.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLFormElement.php HTMLForm: Refactor loading of modules required to infuse fields 2016-08-22 17:35:35 +00:00
HTMLFormField.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
HTMLFormFieldRequiredOptionsException.php
HTMLNestedFilterable.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
OOUIHTMLForm.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
VFormHTMLForm.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00