fix coding styles

This commit is contained in:
Narek Zakarian 2024-05-17 15:51:17 +04:00
parent b4271f64de
commit 771f67a82f
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -60,7 +60,7 @@ class WooCommerceOrderCreator {
* @param Order $order The PayPal order.
* @param WC_Cart $wc_cart The Cart.
* @return WC_Order The WC order.
* @throws RuntimeException if problem creating.
* @throws RuntimeException If problem creating.
*/
public function create_from_paypal_order( Order $order, WC_Cart $wc_cart ): WC_Order {
$wc_order = wc_create_order();