1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Typehint PaymentHash in BaseDrvier

This commit is contained in:
Benjamin Beganović 2021-11-01 14:38:57 +01:00
parent e871ad1215
commit 188f05ab44

View File

@ -71,7 +71,7 @@ class BaseDriver extends AbstractPaymentDriver
public $payment_method;
/* PaymentHash */
public $payment_hash;
public PaymentHash $payment_hash;
/* Array of payment methods */
public static $methods = [];