inklabs/kommerce-core

View on GitHub
src/Service/InventoryService.php

Summary

Maintainability
A
45 mins
Test Coverage

Method transferProduct has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        Product $product,
        int $quantity,
        string $memo,
        InventoryLocation $sourceLocation,
        InventoryLocation $destinationLocation,
Severity: Minor
Found in src/Service/InventoryService.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status