lukepolo/laracart

View on GitHub
src/Contracts/LaraCartContract.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method add has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $itemID,
        $name = null,
        $qty = 1,
        $price = '0.00',
        $options = [],
Severity: Major
Found in src/Contracts/LaraCartContract.php - About 50 mins to fix

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

        public function addLine($itemID, $name = null, $qty = 1, $price = '0.00', $options = [], $taxable = true);
    Severity: Minor
    Found in src/Contracts/LaraCartContract.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status