X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Fstorage%2ForphanStats.php;h=6a04b98a03dea35f3d16649ae14089b9d19b06cf;hp=60f88ba69888602634ee07786ac90f36f796e19b;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hpb=eb70451cec6409526c8feaedf55700f51e10ffe7 diff --git a/maintenance/storage/orphanStats.php b/maintenance/storage/orphanStats.php index 60f88ba698..6a04b98a03 100644 --- a/maintenance/storage/orphanStats.php +++ b/maintenance/storage/orphanStats.php @@ -38,7 +38,7 @@ class OrphanStats extends Maintenance { "Show some statistics on the blob_orphans table, created with trackBlobs.php" ); } - protected function &getDB( $cluster, $groups = [], $wiki = false ) { + protected function getDB( $cluster, $groups = [], $wiki = false ) { $lbFactory = MediaWikiServices::getInstance()->getDBLoadBalancerFactory(); $lb = $lbFactory->getExternalLB( $cluster );