mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Typehint PaymentHash in BaseDrvier
This commit is contained in:
parent
e871ad1215
commit
188f05ab44
@ -71,7 +71,7 @@ class BaseDriver extends AbstractPaymentDriver
|
|||||||
public $payment_method;
|
public $payment_method;
|
||||||
|
|
||||||
/* PaymentHash */
|
/* PaymentHash */
|
||||||
public $payment_hash;
|
public PaymentHash $payment_hash;
|
||||||
|
|
||||||
/* Array of payment methods */
|
/* Array of payment methods */
|
||||||
public static $methods = [];
|
public static $methods = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user