wiki.techinc.nl/includes/site
Aryeh Gregor c435212260 Get rid of warnings on PHP 8.1
This is mostly about adding return types to methods that implement PHP
interfaces, and not passing null to core functions that want a string.
After this patch, and an update to return types in RemexHtml,
tests/phpunit/integration/ has no more errors than in PHP 8.0.

Bug: T289879
Bug: T289926
Change-Id: Ia424f5cc897070f4188ae126b5bf6a1f552db0e1
2022-06-13 04:42:20 -04:00
..
CachingSiteStore.php Use getWithSetCallback() instead of get() + set() 2021-11-18 18:58:13 +00:00
DBSiteStore.php
HashSiteStore.php
MediaWikiPageNameNormalizer.php Make following redirects in MediaWikiPageNameNormalizer optional 2021-07-27 04:48:03 +00:00
MediaWikiSite.php Make following redirects in MediaWikiPageNameNormalizer optional 2021-07-27 04:48:03 +00:00
Site.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
SiteExporter.php Stop using is_resource() where possible 2022-01-26 10:03:23 +11:00
SiteImporter.php Try not to discard Excimer timeout exceptions 2022-02-02 16:27:44 +11:00
SiteList.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
SiteLookup.php
SiteStore.php