Completed
Push — master ( 50b35e...e4d179 )
by Martijn van
02:39
created
code/AdminSecurity.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @return mixed
68
+     * @return string
69 69
      */
70 70
     public static function getBackUrl()
71 71
     {
@@ -88,6 +88,8 @@  discard block
 block discarded – undo
88 88
     /**
89 89
      * @see Security::getPasswordResetLink()
90 90
      * We overload this, so we can add the BackURL to the password resetlink
91
+     * @param Member $member
92
+     * @param string $autologinToken
91 93
      */
92 94
     public static function getPasswordResetLink($member, $autologinToken)
93 95
     {
Please login to merge, or discard this patch.