aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields
diff options
context:
space:
mode:
authorDaimona Eaytoy <daimona.wiki@gmail.com>2019-08-30 18:01:28 +0200
committerDaimona Eaytoy <daimona.wiki@gmail.com>2019-08-31 17:13:39 +0000
commite70b5b33095c3db1fa2332d7184f3ae80c1dd571 (patch)
treed68be640b6f8deb84cc22b984aaa72c250ac2d3e /includes/htmlform/fields
parent5eac6d131c2a77d04b019d4c60aa02a4f98c7903 (diff)
downloadmediawikicore-e70b5b33095c3db1fa2332d7184f3ae80c1dd571.tar.gz
mediawikicore-e70b5b33095c3db1fa2332d7184f3ae80c1dd571.zip
Unsuppress other phan issues (part 4)
Bug: T231636 Depends-On: I58e67c2b38389df874438deada4239510d21654f Change-Id: I6e5fba7bd273219b1206559420b5bdb78734aa84
Diffstat (limited to 'includes/htmlform/fields')
-rw-r--r--includes/htmlform/fields/HTMLAutoCompleteSelectField.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLAutoCompleteSelectField.php b/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
index 4ae52a9f4464..41c0b3c72b69 100644
--- a/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
+++ b/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
@@ -29,6 +29,8 @@
* The old name of autocomplete-data[-messages] was autocomplete[-messages] which is still
* recognized but deprecated since MediaWiki 1.29 since it conflicts with how autocomplete is
* used in HTMLTextField.
+ *
+ * @phan-file-suppress PhanTypeMismatchProperty This is doing weird things with mClass
*/
class HTMLAutoCompleteSelectField extends HTMLTextField {
protected $autocompleteData = [];