Fix coding styles

This commit is contained in:
Narek Zakarian 2024-02-16 16:30:58 +04:00
parent 797c3f1e52
commit 388087b31d
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -422,6 +422,7 @@ class CreateOrderEndpoint implements EndpointInterface {
*
* @throws RuntimeException If create order request fails.
* @throws PayPalApiException If create order request fails.
*
* phpcs:disable Squiz.Commenting.FunctionCommentThrowTag.WrongNumber
*/
private function create_paypal_order( \WC_Order $wc_order = null, string $payment_method = '', array $data = array() ): Order {