src/Components/Button.php
Method __construct
has 53 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
?bool $open = null,
?bool $close = null,
?string $labelHtml = null,
?bool $autoFocus = null,
?bool $disabled = null,
Method __construct
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public function __construct(
?bool $open = null,
?bool $close = null,
?string $labelHtml = null,
?bool $autoFocus = null,