Completed
Pull Request — master (#7026)
by Damian
09:23
created
src/Security/MemberAuthenticator/MemberAuthenticator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -57,6 +57,7 @@
 block discarded – undo
57 57
      * @param array $data Form submitted data
58 58
      * @param ValidationResult $result
59 59
      * @param Member|null This third parameter is used in the CMSAuthenticator(s)
60
+     * @param Member $member
60 61
      * @return Member|null Found member, regardless of successful login
61 62
      */
62 63
     protected function authenticateMember($data, &$result = null, $member = null)
Please login to merge, or discard this patch.