Completed
Push — authenticator-refactor ( 423e83...fcc98b )
by Sam
09:31
created
src/Security/MemberAuthenticator/LoginHandler.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
136 135
      *   [Optional: 'Remember' => 1 ]
137 136
      * )
138 137
      *
139
-     * @param array $data
140 138
      * @return HTTPResponse
141 139
      */
142 140
     protected function redirectAfterSuccessfulLogin()
Please login to merge, or discard this patch.