src/Dtos/ProductsSearchDto.php
Method __construct
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(?string $name = null, ?string $type = null, ?bool $free = null, ?string $productable_type = null, ?int $productable_id = null, ?bool $purchasable = true, ?int $per_page = null, ?array $tags = null)