classes/Blueprints/Schema/Field.php
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
mixed $type = null,
public ?string $id = null,
public string|array|null $label = null,
public array $properties = [],
public string|float|null $width = null,