plugins/html/classes/html5fw/yf_html5fw_empty.class.php

Summary

Maintainability
A
1 hr
Test Coverage

Method form_row has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function form_row($content, $extra = [], $replace = [], $form)
    {
        $row_start =
            '<div>' . PHP_EOL
                . ($extra['desc'] && ! $extra['no_label'] ? '<label for="' . $extra['id'] . '">' . t($extra['desc']) . '</label>' . PHP_EOL : '')
Severity: Minor
Found in plugins/html/classes/html5fw/yf_html5fw_empty.class.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status