EscolaLMS/Cart

View on GitHub
src/Dtos/ProductsSearchDto.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 8 arguments (exceeds 4 allowed). Consider refactoring.
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)
Severity: Major
Found in src/Dtos/ProductsSearchDto.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status