kawax/self-ordering

View on GitHub
src/Events/OrderEntry.php

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

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

        public string $order_id,//注文ID
        public ?array $items,//詳細を含む商品データ
        public ?string $table,//テーブル番号
        public ?string $memo,//追加メモ
        public ?array $options//オプションデータ
Severity: Minor
Found in src/Events/OrderEntry.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status