SergioMadness/payment-laravel

View on GitHub
src/drivers/receipt/ReceiptItem.php

Summary

Maintainability
A
35 mins
Test Coverage

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

    public function __construct(string $name = null, int $qty = null, float $price = null, int $tax = null, string $currency = 'RUR')
Severity: Minor
Found in src/drivers/receipt/ReceiptItem.php - About 35 mins to fix

    Line exceeds 120 characters; contains 133 characters
    Open

        public function __construct(string $name = null, int $qty = null, float $price = null, int $tax = null, string $currency = 'RUR')

    Expected 1 newline at end of file; 0 found
    Open

    }

    There are no issues that match your filters.

    Category
    Status