wikimedia/mediawiki-core

View on GitHub
includes/changetags/ChangeTagsLogItem.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getHTML has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getHTML() {
        $date = htmlspecialchars( $this->list->getLanguage()->userTimeAndDate(
            $this->row->log_timestamp, $this->list->getUser() ) );
        $title = Title::makeTitle( $this->row->log_namespace, $this->row->log_title );
        $formatter = LogFormatter::newFromRow( $this->row );
Severity: Minor
Found in includes/changetags/ChangeTagsLogItem.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status