EscolaLMS/Cart

View on GitHub
src/Dtos/OrdersSearchDto.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        ?Carbon $date_from = null,
        ?Carbon $date_to = null,
        ?int $user_id = null,
        ?int $product_id = null,
        ?int $productable_id = null,
Severity: Major
Found in src/Dtos/OrdersSearchDto.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status