Completed
Branch develop (1dbf6d)
by Simon
01:34
created
code/Authenticators/YubikeyAuthenticator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * @param array $data
24 24
      * @param Form|null $form
25 25
      *
26
-     * @return bool|Member
26
+     * @return null|Member
27 27
      */
28 28
     public static function authenticate($data, Form $form = null)
29 29
     {
Please login to merge, or discard this patch.