src/Components/Select.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method __construct has 93 arguments (exceeds 4 allowed). Consider refactoring.
Invalid

        $options = null,
        ?bool $autoFocus = null,
        ?bool $disabled = null,
        $form = null,
        ?bool $multiple = null,
Severity: Major
Found in src/Components/Select.php - About 1 day to fix

    Method __construct has 95 lines of code (exceeds 25 allowed). Consider refactoring.
    Invalid

        public function __construct(
            $options = null,
            ?bool $autoFocus = null,
            ?bool $disabled = null,
            $form = null,
    Severity: Major
    Found in src/Components/Select.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status