src/Components/Button.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

        ?bool $open = null,
        ?bool $close = null,
        ?string $labelHtml = null,
        ?bool $autoFocus = null,
        ?bool $disabled = null,
Severity: Major
Found in src/Components/Button.php - About 6 hrs to fix

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

        public function __construct(
            ?bool $open = null,
            ?bool $close = null,
            ?string $labelHtml = null,
            ?bool $autoFocus = null,
    Severity: Major
    Found in src/Components/Button.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status