wiki.techinc.nl/includes/htmlform/fields
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
..
HTMLApiField.php
HTMLAutoCompleteSelectField.php Merge "HTMLForm: Allow returning Message objects from HTMLFormField::validate()" 2016-11-25 09:11:07 +00:00
HTMLButtonField.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
HTMLCheckField.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
HTMLCheckMatrix.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLComboboxField.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
HTMLDateTimeField.php Merge "HTMLDateTimeField: Fix 'placeholder' attribute handling" 2016-11-25 18:58:48 +00:00
HTMLEditTools.php
HTMLFloatField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLFormFieldCloner.php Merge "HTMLFormFieldCloner: Don't try to validate hidden fields" 2016-11-25 18:59:02 +00:00
HTMLFormFieldWithButton.php
HTMLHiddenField.php Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
HTMLInfoField.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
HTMLIntField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLMultiSelectField.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
HTMLRadioField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLRestrictionsField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLSelectAndOtherField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLSelectField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLSelectLimitField.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
HTMLSelectNamespace.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
HTMLSelectNamespaceWithButton.php
HTMLSelectOrOtherField.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
HTMLSizeFilterField.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
HTMLSubmitField.php Replace deprecated constructive with progressive 2016-09-30 13:18:52 -07:00
HTMLTagFilter.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
HTMLTextAreaField.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
HTMLTextField.php Merge "Add 'autocomplete' option to HTMLTextField" 2016-11-18 18:41:16 +00:00
HTMLTextFieldWithButton.php
HTMLTitleTextField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLUserTextField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00