src/Components/Textarea.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

        ?bool $autoSize = null,
        ?bool $autoFocus = null,
        $cols = null,
        $dirName = null,
        ?bool $disabled = null,
Severity: Major
Found in src/Components/Textarea.php - About 1 day to fix

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

        public function __construct(
            ?bool $autoSize = null,
            ?bool $autoFocus = null,
            $cols = null,
            $dirName = null,
    Severity: Major
    Found in src/Components/Textarea.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status