travi/php-framework

View on GitHub
php/framework/src/travi/framework/components/Forms/Field.php

Summary

Maintainability
A
2 hrs
Test Coverage

Field has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class Field extends ContentObject implements FormElement
{
    protected $validations = array();
    protected $name;
    protected $label;
Severity: Minor
Found in php/framework/src/travi/framework/components/Forms/Field.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status