EscolaLMS/Cart

View on GitHub
src/Jobs/RenewRecursiveProductUser.php

Summary

Maintainability
A
1 hr
Test Coverage

Method handle has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle(OrderServiceContract $orderService): void
    {
        $product = Product::find($this->productUser->product_id);
        $user = User::find($this->productUser->user_id);

Severity: Minor
Found in src/Jobs/RenewRecursiveProductUser.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status