From 8d3549ea856b499d308d000fd96e0f1fb7df95cb Mon Sep 17 00:00:00 2001 From: Bram Date: Tue, 28 Feb 2023 10:29:26 +0000 Subject: [PATCH] Update ClientRepository.php --- src/ClientRepository.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ClientRepository.php b/src/ClientRepository.php index 402deb057..2809b3ae1 100644 --- a/src/ClientRepository.php +++ b/src/ClientRepository.php @@ -158,7 +158,7 @@ public function create($userId, $name, $redirect, $provider = null, $personalAcc /** * Store a new personal access token client. * - * @param int $userId + * @param int|null $userId * @param string $name * @param string $redirect * @return \Laravel\Passport\Client @@ -175,7 +175,7 @@ public function createPersonalAccessClient($userId, $name, $redirect) /** * Store a new password grant client. * - * @param int $userId + * @param int|null $userId * @param string $name * @param string $redirect * @param string|null $provider