Remove superfluous doc block

This commit is contained in:
Lance Pioch 2024-10-20 11:55:47 -04:00
parent 64943aa50c
commit c621d2dad5

View File

@ -28,8 +28,6 @@ class ForgotPasswordController extends Controller
/** /**
* Get the response for a successful password reset link. * Get the response for a successful password reset link.
*
* @param string $response
*/ */
protected function sendResetLinkResponse(Request $request, string $response): JsonResponse protected function sendResetLinkResponse(Request $request, string $response): JsonResponse
{ {