fisharebest/webtrees

View on GitHub
app/Http/RequestHandlers/UserListData.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method handle has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

        $languages = $this->module_service->findByInterface(ModuleLanguageInterface::class, true)
Severity: Major
Found in app/Http/RequestHandlers/UserListData.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status