From fcaebe7c1febfb4e956dee64bc2846b9febef61a Mon Sep 17 00:00:00 2001 From: Phelipe Alves de Souza Date: Fri, 16 Sep 2016 18:06:01 -0300 Subject: [PATCH] update documentation of type of variable --- lib/PayPal/Rest/ApiContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PayPal/Rest/ApiContext.php b/lib/PayPal/Rest/ApiContext.php index a1be160..dd68fe8 100644 --- a/lib/PayPal/Rest/ApiContext.php +++ b/lib/PayPal/Rest/ApiContext.php @@ -28,7 +28,7 @@ class ApiContext * This is a placeholder for holding credential for the request * If the value is not set, it would get the value from @\PayPal\Core\PayPalCredentialManager * - * @var \Paypal\Auth\OAuthTokenCredential + * @var \PayPal\Auth\OAuthTokenCredential */ private $credential;