Completed
Pull Request — master (#116)
by Franco
01:50
created
src/Authenticators/LDAPAuthenticator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * @param array $data
83 83
      * @param HTTPRequest $request
84 84
      * @param ValidationResult|null $result
85
-     * @return null|Member
85
+     * @return null|\SilverStripe\ORM\DataObject
86 86
      */
87 87
     public function authenticate(array $data, HTTPRequest $request, ValidationResult &$result = null)
88 88
     {
Please login to merge, or discard this patch.