canax/htmlform

View on GitHub
src/HTMLForm/FormElementCheckboxMultiple.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function getHTML()
    {
        $details = $this->getHTMLDetails();
        extract($details);

Severity: Minor
Found in src/HTMLForm/FormElementCheckboxMultiple.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status