Fix phpcs

This commit is contained in:
emilicastells 2022-11-29 11:12:14 +01:00
parent e6ef177a65
commit 2ade248704
No known key found for this signature in database
GPG key ID: 1520C07081754570

View file

@ -443,7 +443,7 @@ class OrderEndpoint {
$error = new RuntimeException(
__( 'Could not retrieve order.', 'woocommerce-paypal-payments' )
);
$this->logger->warning($error->getMessage());
$this->logger->warning( $error->getMessage() );
throw $error;
}