Skip to content

Commit

Permalink
Merge pull request #45847 from shuvroroy/fix/status-code-docblock
Browse files Browse the repository at this point in the history
[9.x] Fix assertUnauthorized method docblock
  • Loading branch information
timacdonald authored Jan 29, 2023
2 parents bdbd1aa + e0c5e89 commit b75b574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Testing/Concerns/AssertsStatusCodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function assertBadRequest()
}

/**
* Assert that the response has a 402 "Unauthorized" status code.
* Assert that the response has a 401 "Unauthorized" status code.
*
* @return $this
*/
Expand Down

0 comments on commit b75b574

Please sign in to comment.