Skip to content

Commit

Permalink
Remove superfluous doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Oct 20, 2024
1 parent 64943aa commit c621d2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/Auth/ForgotPasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ protected function sendResetLinkFailedResponse(Request $request, string $respons

/**
* Get the response for a successful password reset link.
*
* @param string $response
*/
protected function sendResetLinkResponse(Request $request, string $response): JsonResponse
{
Expand Down

0 comments on commit c621d2d

Please sign in to comment.