Problem/Motivation

In AlternativeUserEmailsValidator, PHPStorm reports Parameter's name changed from 'value' to 'items' for the validate() function.

Changing the name to "items" is confusing because in this particular case, it is the "mail" field, which has only one value.

Also, the functions in the validator do not have specified return types.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ptmkenny created an issue. See original summary.

ptmkenny’s picture

  • ptmkenny committed d78a89ea on 1.0.x
    Issue #3426887 by ptmkenny: Change "items" back to "value", type the...
ptmkenny’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.