Bee-Lab/BeelabUserPasswordBundle

View on GitHub
Controller/ResetPasswordController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method confirmAction has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function confirmAction(string $token, Request $request): Response
    {
        $resetPassword = $this->getDoctrine()
            ->getRepository($this->getParameter('beelab_user.password_reset_class'))
            ->findOneByToken($token)
Severity: Minor
Found in Controller/ResetPasswordController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status