kawax/self-ordering

View on GitHub
src/Actions/OrderAction.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method order has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function order(array $options = null): void
    {
        $items = Cart::all();
        $table = session('table');
        $memo = session('memo');
Severity: Minor
Found in src/Actions/OrderAction.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status