antaresproject/core

View on GitHub
src/components/html/src/Support/Traits/SelectionTrait.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function selectYear($name, $begin, $end, $selected = null, $options = [])
Severity: Minor
Found in src/components/html/src/Support/Traits/SelectionTrait.php - About 35 mins to fix

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

        public function selectRange($name, $begin, $end, $selected = null, $options = [])
    Severity: Minor
    Found in src/components/html/src/Support/Traits/SelectionTrait.php - About 35 mins to fix

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

          public function select($name, $list = [], $selected = null, $options = [], $optionsData = [])
      Severity: Minor
      Found in src/components/html/src/Support/Traits/SelectionTrait.php - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status