Skip to content

Commit eb78ec6

Browse files
authored
Update HasApiTokens.php (#1698)
1 parent 6dab7d0 commit eb78ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HasApiTokens.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function createToken($name, array $scopes = [])
7171
/**
7272
* Set the current access token for the user.
7373
*
74-
* @param \Laravel\Passport\Token|\Laravel\Passport\TransientToken $accessToken
74+
* @param \Laravel\Passport\Token|\Laravel\Passport\TransientToken|null $accessToken
7575
* @return $this
7676
*/
7777
public function withAccessToken($accessToken)

0 commit comments

Comments
 (0)