Fix phpcs

This commit is contained in:
Emili Castells Guasch 2024-04-10 17:05:33 +02:00
parent dd53229e8d
commit bd9f80f82f
4 changed files with 41 additions and 41 deletions

View file

@ -115,7 +115,7 @@ class PaymentMethodTokensEndpoint {
* @throws RuntimeException When something when wrong with the request.
* @throws PayPalApiException When something when wrong setting up the token.
*/
public function create_payment_token(PaymentSource $payment_source ): stdClass {
public function create_payment_token( PaymentSource $payment_source ): stdClass {
$data = array(
'payment_source' => array(
$payment_source->name() => $payment_source->properties(),