@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | * @param string $url |
29 | 29 | * @param AccessToken|string $token |
30 | 30 | * @param array $options Any of "headers", "body", and "protocolVersion". |
31 | - * @return RequestInterface |
|
31 | + * @return \Psr\Http\Message\RequestInterface |
|
32 | 32 | */ |
33 | 33 | public function getAuthenticatedRequest($method, $url, $token, array $options = []) |
34 | 34 | { |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | * |
127 | 127 | * @param object $response |
128 | 128 | * @param AccessToken $token |
129 | - * @return League\OAuth2\Client\Provider\ResourceOwnerInterface |
|
129 | + * @return WecounselResourceOwner |
|
130 | 130 | */ |
131 | 131 | protected function createResourceOwner(array $response, AccessToken $token) |
132 | 132 | { |