Skip to content

Commit b7bc60c

Browse files
authored
Fix doc block for withAccessToken() (#1620)
1 parent 3ac7b1e commit b7bc60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HasApiTokens.php

+1-1
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 $accessToken
74+
* @param \Laravel\Passport\Token|\Laravel\Passport\TransientToken $accessToken
7575
* @return $this
7676
*/
7777
public function withAccessToken($accessToken)

0 commit comments

Comments
 (0)