inklabs/kommerce-core

View on GitHub
src/Action/Coupon/CreateCouponCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

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

        string $code,
        bool $flagFreeShipping,
        ?int $minOrderValue,
        ?int $maxOrderValue,
        bool $canCombineWithOtherCoupons,
Severity: Major
Found in src/Action/Coupon/CreateCouponCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status