Skip to content

Commit 3bf4897

Browse files
committed
Fix docblock parameter type
1 parent bb12ba5 commit 3bf4897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/AbstractProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ abstract protected function createResourceOwner(array $response, AccessToken $to
759759
/**
760760
* Requests and returns the resource owner of given access token.
761761
*
762-
* @param AccessTokenInterface $token
762+
* @param AccessToken $token
763763
* @return ResourceOwnerInterface
764764
*/
765765
public function getResourceOwner(AccessToken $token)

0 commit comments

Comments
 (0)