mediawiki-extensions-AbuseF.../includes/View
Bartosz Dziewoński ac777ee88a Fix new Phan errors
MediaWiki core change Icb8822def9ce56f42ff52a8e469bb08d61d576c6
improved the type hints for OutputPage::addWikiMsg(), resulting in
two new errors:

* AbuseFilterViewEdit.php: False positive, update suppression
  to include new error code.

* SpecialAbuseLog.php: Genuine bug, the return value of
  Status::getErrors() can't be used directly as a message key.
  I have another change pending that introduces a nicer way
  to do this: Ibc4ce11594cf36ce7b2495d2636ee080d3443b04,
  but in the meantime, make do with the available getters.

Change-Id: Iee0e87496e27a5261adccb977361b3ccf4c9ee2c
2024-04-10 23:12:28 +00:00
..
AbuseFilterView.php Use namespaced classes 2023-12-10 23:03:12 +01:00
AbuseFilterViewDiff.php Use namespaced classes 2023-12-10 23:03:12 +01:00
AbuseFilterViewEdit.php Fix new Phan errors 2024-04-10 23:12:28 +00:00
AbuseFilterViewExamine.php Use OutputPage::setPageTitleMsg() instead of ::setPageTitle() 2023-09-22 21:18:03 +00:00
AbuseFilterViewHistory.php Use namespaced classes 2023-12-10 23:03:12 +01:00
AbuseFilterViewImport.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
AbuseFilterViewList.php Use namespaced classes 2023-12-10 23:03:12 +01:00
AbuseFilterViewRevert.php Use namespaced classes 2023-12-10 23:03:12 +01:00
AbuseFilterViewTestBatch.php Use namespaced classes 2023-12-10 23:03:12 +01:00
AbuseFilterViewTools.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
HideAbuseLog.php Fix casing of dropdown-related methods 2024-03-09 15:44:59 +01:00