From 498fd727ab03f6956ef2a0cfb4a274625abe03d5 Mon Sep 17 00:00:00 2001 From: baijunyao Date: Sun, 7 Mar 2021 14:58:13 +0800 Subject: [PATCH] Fix `$userId` type --- src/Events/AccessTokenCreated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Events/AccessTokenCreated.php b/src/Events/AccessTokenCreated.php index 6922c76ef..bcaf0d650 100644 --- a/src/Events/AccessTokenCreated.php +++ b/src/Events/AccessTokenCreated.php @@ -29,7 +29,7 @@ class AccessTokenCreated * Create a new event instance. * * @param string $tokenId - * @param string $userId + * @param string|int|null $userId * @param string $clientId * @return void */