mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Fix PHPcs errors
This commit is contained in:
parent
8104779900
commit
50b17bede4
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ class OrderTrackingEndpoint {
|
|||
continue;
|
||||
}
|
||||
|
||||
$empty_keys[] = ucwords(str_replace('_', ' ', $key));;
|
||||
$empty_keys[] = ucwords( str_replace( '_', ' ', $key ) );
|
||||
}
|
||||
|
||||
if ( empty( $empty_keys ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue