sbarrat/bootstrapFormGenerator

View on GitHub
src/BootstrapForm/Input.php

Summary

Maintainability
A
50 mins
Test Coverage

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

There are no issues that match your filters.

Category
Status