sbarrat/bootstrapFormGenerator

View on GitHub

Showing 2 of 5 total issues

Method __construct has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct($inputType, $idName, $labelText = '',
        $labelVisible = true, $formType = 'basic',
        $labelClass = 'col-sm-2', $inputClass = 'col-sm-10'
Severity: Major
Found in src/BootstrapForm/Input.php - About 50 mins to fix

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $idName,
        $type = 'basic',
        $elements = array(),
        $method = 'POST',
        $action = ''
Severity: Minor
Found in src/BootstrapForm/Form.php - About 35 mins to fix
Severity
Category
Status
Source
Language