Skip to content

Commit cb83aeb

Browse files
authored
Merge pull request #169 from raalderink/patch-1
Fix typehint on with OAuthTokens
2 parents b5d157b + 70f12ee commit cb83aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/OAuthAuthorization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function withRefreshToken($refreshToken) {
8181
/**
8282
* Includes the OAuth tokens.
8383
*
84-
* @param string $oauthTokens
84+
* @param OAuthTokens $oauthTokens
8585
* @return OAuthAuthorization this builder
8686
*/
8787
public function withOAuthTokens($oauthTokens) {

0 commit comments

Comments
 (0)