Eye4web/Eye4webZfcUserForgotPassword

View on GitHub
src/Eye4web/ZfcUser/ForgotPassword/Controller/ForgotPasswordController.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function changePasswordAction()
    {
        $form = $this->changePasswordForm;
        $forgotPasswordService = $this->forgotPasswordService;
        $token = $this->params('token');

    Avoid too many return statements within this method.
    Open

            return $viewModel;

      There are no issues that match your filters.

      Category
      Status