Completed
Pull Request — master (#116)
by Robbie
06:55
created
src/Forms/LDAPChangePasswordForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      * Change the password
80 80
      *
81 81
      * @param array $data The user submitted data
82
-     * @return HTTPResponse
82
+     * @return \SilverStripe\Control\HTTPResponse
83 83
      */
84 84
     public function doChangePassword(array $data)
85 85
     {
Please login to merge, or discard this patch.
src/Control/LDAPSecurityController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     /**
99 99
      * Factory method for the lost password form
100 100
      *
101
-     * @return Form Returns the lost password form
101
+     * @return LDAPLoginForm Returns the lost password form
102 102
      */
103 103
     public function LostPasswordForm()
104 104
     {
Please login to merge, or discard this patch.
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 bool|Member
85
+     * @return null|\SilverStripe\ORM\DataObject
86 86
      * @internal param Form $form
87 87
      */
88 88
     public function authenticate(array $data, HTTPRequest $request, ValidationResult &$result = null)
Please login to merge, or discard this patch.