classes/Blueprints/Schema/Column.php
Method make
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string|float|null $width = null,
bool $sticky = false,
?string $id = null,
array $sections = [],
array $fields = [],
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public string|float|null $width = null,
public bool $sticky = false,
public ?string $id = null,
public array $sections = [],
public array $fields = [],