diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index 379dfca7..f35df16d 100755 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -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();