Typehint $gateway

This commit is contained in:
Benjamin Beganović 2021-09-29 16:54:14 +02:00
parent 16059e3069
commit b0b814ec36

View File

@ -29,7 +29,7 @@ class GoCardlessPaymentDriver extends BaseDriver
public $can_authorise_credit_card = true;
public $gateway;
public \GoCardlessPro\Client $gateway;
public $payment_method;