repo/includes/Specials/SpecialModifyTerm.php
Method getForm
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getForm( EntityDocument $entity = null ) {
if ( $this->languageCode === null ) {
$this->languageCode = $this->getLanguage()->getCode();
}
Method __construct
has 11 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $title,
array $tags,
ChangeOpFactoryProvider $changeOpFactoryProvider,
SpecialPageCopyrightView $copyrightView,
SummaryFormatter $summaryFormatter,