storage: rename various $wikiId fields/parameters to $dbDomain
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 27 Jun 2019 01:32:34 +0000 (18:32 -0700)
committerKrinkle <krinklemail@gmail.com>
Fri, 28 Jun 2019 00:57:04 +0000 (00:57 +0000)
commita9a13a1266ccda4613423d874f01009813f032a2
treee46af0b0b428f2e6da7357bb894f4a909c3bda5c
parent74c2f9a17aeb5eff5233eab213120282ec18dd3c
storage: rename various $wikiId fields/parameters to $dbDomain

These fields are passed to methods like LoadBalancer::getConnection() and are
already expected to be DB domains. Update various comments as well.

Fix a few minor IDEA warnings.

Change-Id: If480cc4d7d4a3c2d176ab346e6307e80cd2540c5
includes/Storage/BlobStoreFactory.php
includes/Storage/NameTableStore.php
includes/Storage/SqlBlobStore.php
tests/phpunit/includes/Storage/BlobStoreFactoryTest.php