Completed
Push — master ( 2c9da8...832e0c )
by Mateusz
03:00
created
code/authenticators/LDAPAuthenticator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      *
64 64
      * @param array $data
65 65
      * @param Form $form
66
-     * @return bool|Member|void
66
+     * @return null|DataObject
67 67
      * @throws SS_HTTPResponse_Exception
68 68
      */
69 69
     public static function authenticate($data, Form $form = null)
Please login to merge, or discard this patch.