fisharebest/webtrees

View on GitHub
app/Module/UserMessagesModule.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getBlock has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getBlock(Tree $tree, int $block_id, string $context, array $config = []): string
    {
        $messages = DB::table('message')
            ->where('user_id', '=', Auth::id())
            ->orderByDesc('message_id')
Severity: Minor
Found in app/Module/UserMessagesModule.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status