client/includes/Store/Sql/UnexpectedUnconnectedPagePrimer.php
Method getUnexpectedUnconnectedBatch
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getUnexpectedUnconnectedBatch(): array {
$dbr = $this->localConnectionManager->getReadConnection();
$lastPosition = $this->position + $this->batchSize * $this->batchSizeSelectMultiplicator;
$result = $dbr->newSelectQueryBuilder()