Fix phpcs

This commit is contained in:
Emili Castells Guasch 2024-08-02 15:24:26 +02:00
parent f3b4a317c8
commit 2815fcbb91
3 changed files with 9 additions and 9 deletions

View file

@ -2138,7 +2138,7 @@ document.querySelector("#payment").before(document.querySelector(".ppcp-messages
/** /**
* Whether the given user has WC card payment tokens. * Whether the given user has WC card payment tokens.
* *
* @param int $user_id * @param int $user_id The user ID.
* @return bool * @return bool
*/ */
private function user_has_wc_card_payment_tokens( int $user_id ): bool { private function user_has_wc_card_payment_tokens( int $user_id ): bool {