/** @var ConfigRepository $other */ $otherCurrentObj = $other->current();
The above code, not sure what it does. @Reedy thinks could be Iterable related but we're not sure. The SalvageableService interface doesn't declare current and also the interface doesn't extend the Iterable interface. Could this be a no-op or dead code?
Introduced in https://gerrit.wikimedia.org/r/c/mediawiki/core/+/327312.