src/drivers/receipt/ReceiptItem.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(string $name = null, int $qty = null, float $price = null, int $tax = null, string $currency = 'RUR')
Line exceeds 120 characters; contains 133 characters Open
Open
public function __construct(string $name = null, int $qty = null, float $price = null, int $tax = null, string $currency = 'RUR')
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks