mooxphp/moox

View on GitHub
packages/security/src/Services/ResetPassword.php

Summary

Maintainability
A
1 hr
Test Coverage

Method resetPassword has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function resetPassword(): ?PasswordResetResponse
    {
        try {
            $this->rateLimit(2);
        } catch (TooManyRequestsException $exception) {
Severity: Minor
Found in packages/security/src/Services/ResetPassword.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status