@@ -91,7 +91,6 @@ discard block |
||
91 | 91 | * This method is called when the user clicks on "Log in" |
92 | 92 | * |
93 | 93 | * @param array $data Submitted data |
94 | - * @param LoginHandler $formHandler |
|
95 | 94 | * @return HTTPResponse |
96 | 95 | */ |
97 | 96 | public function doLogin($data, $form) |
@@ -136,7 +135,6 @@ discard block |
||
136 | 135 | * [Optional: 'Remember' => 1 ] |
137 | 136 | * ) |
138 | 137 | * |
139 | - * @param array $data |
|
140 | 138 | * @return HTTPResponse |
141 | 139 | */ |
142 | 140 | protected function redirectAfterSuccessfulLogin() |