Eye4web/Eye4webZfcUserForgotPassword

View on GitHub
src/Eye4web/ZfcUser/ForgotPassword/Form/Forgot/ChangePasswordForm.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method __construct has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct()
    {
        parent::__construct('change-password');

        $this->setAttribute('method', 'post');

    Method getInputFilterSpecification has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getInputFilterSpecification()
        {
            return [
                [
                    'name' => 'new_password',

      There are no issues that match your filters.

      Category
      Status