Completed
Pull Request — master (#135)
by Stig
01:15
created
code/authenticators/LDAPAuthenticator.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      *
68 68
      * @throws SS_HTTPResponse_Exception
69 69
      *
70
-     * @return bool|Member|void
70
+     * @return null|Member
71 71
      */
72 72
     public static function authenticate($data, Form $form = null)
73 73
     {
@@ -145,6 +145,9 @@  discard block
 block discarded – undo
145 145
         );
146 146
     }
147 147
 
148
+    /**
149
+     * @param null|Form $form
150
+     */
148 151
     private static function form_error_msg($form, $message)
149 152
     {
150 153
         if (!$form) {
Please login to merge, or discard this patch.