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; 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 = [];