src/Components/Input.php
Method __construct
has 113 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
$type = null,
$accept = null,
$alt = null,
$autoComplete = null,
?bool $autoFocus = null,
Method __construct
has 115 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public function __construct(
$type = null,
$accept = null,
$alt = null,
$autoComplete = null,