fisharebest/webtrees

View on GitHub
app/Module/UserJournalModule.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function postEditJournalAction(ServerRequestInterface $request): ResponseInterface
    {
        $tree = Validator::attributes($request)->tree();

        if (!Auth::check()) {
Severity: Minor
Found in app/Module/UserJournalModule.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status