Skip to content

Commit

Permalink
Use never type (#53643)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiroh authored Nov 25, 2024
1 parent 22c1dbf commit 0d3c881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function authenticate($request, array $guards)
*
* @param \Illuminate\Http\Request $request
* @param array $guards
* @return void
* @return never
*
* @throws \Illuminate\Auth\AuthenticationException
*/
Expand Down

0 comments on commit 0d3c881

Please sign in to comment.