Fix PHPcs errors

This commit is contained in:
Narek Zakarian 2023-09-07 16:39:11 +04:00
parent 8104779900
commit 50b17bede4
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -414,7 +414,7 @@ class OrderTrackingEndpoint {
continue;
}
$empty_keys[] = ucwords(str_replace('_', ' ', $key));;
$empty_keys[] = ucwords( str_replace( '_', ' ', $key ) );
}
if ( empty( $empty_keys ) ) {