mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
fix coding styles
This commit is contained in:
parent
b4271f64de
commit
771f67a82f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue