mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix lint
This commit is contained in:
parent
6a99a9befc
commit
9f859da8cb
1 changed files with 2 additions and 2 deletions
|
@ -483,8 +483,8 @@ class RenewalHandler {
|
|||
/**
|
||||
* Updates the payment source name to the one really used for the payment.
|
||||
*
|
||||
* @param PaymentSource $payment_source
|
||||
* @param \WC_Order $wc_order
|
||||
* @param PaymentSource $payment_source The Payment Source.
|
||||
* @param \WC_Order $wc_order WC order.
|
||||
* @return void
|
||||
*/
|
||||
private function update_payment_source( PaymentSource $payment_source, \WC_Order $wc_order ): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue