src/TranslatorSandbox/ManageTranslatorSandboxSpecialPage.php
Method makeList
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function makeList(): string {
$items = [];
$requests = [];
$users = $this->translateSandbox->getUsers();
Method showPage
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function showPage(): void {
$out = $this->getOutput();
$nojs = Html::errorBox(
$this->msg( 'tux-nojs' )->escaped(),