wiki.techinc.nl/includes/site
Mark A. Hershberger c8586c88dc site: Consistently return null from Site::getDomain()
Note that null triggers the following for php 8.1:

    PHP Deprecated:  strrev(): Passing null to parameter #1 ($string) of
    type string is deprecated

Got a few of these in WikiMapTest::testMakeForeignLink(), caused by a
single call in DBSiteStore.

Bug: T289926
Change-Id: I0b29963ec0e2e8a38a66e250e81fbc16e42465ab
2022-07-06 19:07:01 +00:00
..
CachingSiteStore.php Use getWithSetCallback() instead of get() + set() 2021-11-18 18:58:13 +00:00
DBSiteStore.php site: Consistently return null from Site::getDomain() 2022-07-06 19:07:01 +00:00
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 site: Consistently return null from Site::getDomain() 2022-07-06 19:07:01 +00: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