From 5a26d6cbf56544c9f56994c6978f8fbe4d82bb33 Mon Sep 17 00:00:00 2001 From: Choraimy Kroonstuiver <3661474+axlon@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:52:25 +0200 Subject: [PATCH] Improve token guard return type (#1579) --- src/Guards/TokenGuard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Guards/TokenGuard.php b/src/Guards/TokenGuard.php index 7d3751f5f..7e478ce2e 100644 --- a/src/Guards/TokenGuard.php +++ b/src/Guards/TokenGuard.php @@ -144,7 +144,7 @@ public function validate(array $credentials = []) /** * Get the client for the incoming request. * - * @return mixed + * @return \Laravel\Passport\Client|null */ public function client() {