src/Components/Input.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

        $type = null,
        $accept = null,
        $alt = null,
        $autoComplete = null,
        ?bool $autoFocus = null,
Severity: Major
Found in src/Components/Input.php - About 1 day to fix

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

        public function __construct(
            $type = null,
            $accept = null,
            $alt = null,
            $autoComplete = null,
    Severity: Major
    Found in src/Components/Input.php - About 4 hrs to fix

      There are no issues that match your filters.

      Category
      Status