mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Fix psalm
This commit is contained in:
parent
bd77953161
commit
1082094e37
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class PaymentSourceFactory {
|
|||
$address['first_name'] ?? '',
|
||||
$address['last_name'] ?? '',
|
||||
$address['email'] ?? '',
|
||||
(string) $birth_date,
|
||||
$birth_date,
|
||||
preg_replace( '/[^0-9]/', '', $address['phone'] ) ?? '',
|
||||
$phone_country_code,
|
||||
$address['address_1'] ?? '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue