mooxphp/moox

View on GitHub
packages/expiry/src/Widgets/MyExpiry.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method table has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function table(Table $table): Table
    {
        $tabsConfig = Config::get('expiry.expiry.tabs', []);
        $query = Expiry::query()->where('notified_to', auth()->id())->where('done_at', null);

Severity: Minor
Found in packages/expiry/src/Widgets/MyExpiry.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status