Completed
Pull Request — master (#72)
by jelmer
05:28
created
Controller/PasswordResetController.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
      * @throws InvalidPasswordConfirmationException
65 65
      *
66
-     * @return RedirectResponse|array
66
+     * @return \Symfony\Component\HttpFoundation\Response
67 67
      */
68 68
     public function resetAction(Request $request, PasswordResetToken $token)
69 69
     {
Please login to merge, or discard this patch.