antaresproject/core

View on GitHub
src/components/html/src/FormBuilder.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function checkboxes($name, array $list = [], $checked = null, array $options = [], $separator = '<br>')
Severity: Minor
Found in src/components/html/src/FormBuilder.php - About 35 mins to fix

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

        protected function generateCheckboxByGroup($id, $label, $name, $checked, array $options)
    Severity: Minor
    Found in src/components/html/src/FormBuilder.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status