mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpcs
This commit is contained in:
parent
f3b4a317c8
commit
2815fcbb91
3 changed files with 9 additions and 9 deletions
|
@ -2138,7 +2138,7 @@ document.querySelector("#payment").before(document.querySelector(".ppcp-messages
|
|||
/**
|
||||
* Whether the given user has WC card payment tokens.
|
||||
*
|
||||
* @param int $user_id
|
||||
* @param int $user_id The user ID.
|
||||
* @return bool
|
||||
*/
|
||||
private function user_has_wc_card_payment_tokens( int $user_id ): bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue