diff --git a/lib/Service/OAuthService.php b/lib/Service/OAuthService.php index 4b95f2f00..b745ad987 100644 --- a/lib/Service/OAuthService.php +++ b/lib/Service/OAuthService.php @@ -55,7 +55,7 @@ public function authorizeUrl($params = null, $opts = null) * * @throws \Stripe\Exception\OAuth\OAuthErrorException if the request fails * - * @return StripeObject object containing the response from the API + * @return \Stripe\StripeObject object containing the response from the API */ public function token($params = null, $opts = null) { @@ -73,7 +73,7 @@ public function token($params = null, $opts = null) * * @throws \Stripe\Exception\OAuth\OAuthErrorException if the request fails * - * @return StripeObject object containing the response from the API + * @return \Stripe\StripeObject object containing the response from the API */ public function deauthorize($params = null, $opts = null) {