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.
Issue fork alternative_user_emails-3426887
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
Comment #3
ptmkenny commentedComment #5
ptmkenny commented