Skip to content

Commit

Permalink
Remove a phpdoc override
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes authored Jun 3, 2024
1 parent 5b82baf commit 39e739d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MangoPay/Libraries/ApiOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function CreateToken()
$rest->AddRequestHttpHeader('x-tenant-id: uk');
}
$response = $rest->Request($urlMethod, $requestType, $requestData);
/** @var \MangoPay\Libraries\OAuthToken $token */
$token = $this->CastResponseToEntity($response, '\MangoPay\Libraries\OAuthToken');
$token->autentication_key = $authHlp->GetAutenticationKey();

Expand Down

0 comments on commit 39e739d

Please sign in to comment.