src/Statistics/TranslatorActivityQuery.php
Method inAllLanguages
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function inAllLanguages(): array {
$dbr = $this->loadBalancer->getConnection( DB_REPLICA, 'vslow' );
$res = $dbr->newSelectQueryBuilder()
->select( [
Method inLanguage
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function inLanguage( string $code ): array {
$dbr = $this->loadBalancer->getConnection( DB_REPLICA, 'vslow' );
$res = $dbr->newSelectQueryBuilder()
->select( [