From 468008db9dd7d8b9c8228f727a55a803c9e7fb4b Mon Sep 17 00:00:00 2001 From: Kirill Braslavsky Date: Wed, 17 Mar 2021 14:02:00 +0200 Subject: [PATCH] remove extra whitespace --- modules/ppcp-button/src/Endpoint/class-createorderendpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-button/src/Endpoint/class-createorderendpoint.php b/modules/ppcp-button/src/Endpoint/class-createorderendpoint.php index d3825c5e9..79e9a4185 100644 --- a/modules/ppcp-button/src/Endpoint/class-createorderendpoint.php +++ b/modules/ppcp-button/src/Endpoint/class-createorderendpoint.php @@ -203,7 +203,7 @@ class CreateOrderEndpoint implements EndpointInterface { /** * Creates the order in the PayPal, uses data from WC order if provided. - * + * * @param \WC_Order|null $wc_order WC order to get data from. * * @return Order Created PayPal order.