Skip to content

Commit fcfac3f

Browse files
authored
Update ClientRepository.php (#1642)
1 parent 112e945 commit fcfac3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ClientRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function create($userId, $name, $redirect, $provider = null, $personalAcc
158158
/**
159159
* Store a new personal access token client.
160160
*
161-
* @param int $userId
161+
* @param int|null $userId
162162
* @param string $name
163163
* @param string $redirect
164164
* @return \Laravel\Passport\Client
@@ -175,7 +175,7 @@ public function createPersonalAccessClient($userId, $name, $redirect)
175175
/**
176176
* Store a new password grant client.
177177
*
178-
* @param int $userId
178+
* @param int|null $userId
179179
* @param string $name
180180
* @param string $redirect
181181
* @param string|null $provider

0 commit comments

Comments
 (0)