mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Typehint Braintree\Gateway SDK
This commit is contained in:
parent
36adf2925a
commit
987cb01ca3
@ -40,7 +40,7 @@ class BraintreePaymentDriver extends BaseDriver
|
|||||||
/**
|
/**
|
||||||
* @var Gateway;
|
* @var Gateway;
|
||||||
*/
|
*/
|
||||||
public $gateway;
|
public Gateway $gateway;
|
||||||
|
|
||||||
public static $methods = [
|
public static $methods = [
|
||||||
GatewayType::CREDIT_CARD => CreditCard::class,
|
GatewayType::CREDIT_CARD => CreditCard::class,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user