Skip to content

Commit

Permalink
static analysis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fokosun committed Sep 10, 2023
1 parent ca0608a commit d0060b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public function followUser(Request $request)
*/
public function getWhoToFollow(Request $request, JWT $jwtAuth)
{
/** @phpstan-ignore-next-line */
return ($jwtAuth->parseToken()->check()) ?
$this->getWhoToFollowData($request->user()) :
$this->unauthorizedResponse();
Expand Down

0 comments on commit d0060b6

Please sign in to comment.