Fix PHPCS errors

This commit is contained in:
Daniel Dudzic 2024-06-13 11:27:05 +02:00
parent ef0adeb2dc
commit 474759d161
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -386,6 +386,6 @@ class AxoModule implements ModuleInterface {
*/
private function is_excluded_endpoint(): bool {
// Exclude the Order Pay endpoint.
return is_wc_endpoint_url('order-pay');
return is_wc_endpoint_url( 'order-pay' );
}
}