mediawiki-extensions-AbuseF.../includes/Special
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
..
AbuseFilterSpecialPage.php Use namespaced classes 2023-12-10 23:03:12 +01:00
BlockedExternalDomains.php Blocked domains: Add support for "added by" field 2023-12-27 04:37:42 +01:00
SpecialAbuseFilter.php Use namespaced classes 2023-12-10 23:03:12 +01:00
SpecialAbuseLog.php Fix new Phan errors 2024-04-10 23:12:28 +00:00