SergiX44/XBackBone

View on GitHub
app/Controllers/Auth/PasswordRecoveryController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method recoverMail has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function recoverMail(Request $request, Response $response): Response
    {
        if ($this->session->get('logged', false)) {
            return redirect($response, route('home'));
        }
Severity: Minor
Found in app/Controllers/Auth/PasswordRecoveryController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status