canax/htmlform

View on GitHub
src/HTMLForm/FormElementFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

Method create has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function create($name, $attributes)
    {
        // Not supported is type=image, <button>, list, output, select-optgroup
        $types = [

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

    There are no issues that match your filters.

    Category
    Status