From ccd1e1ced61b2d7d06531923fa3c85bb01f0935b Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 11 Sep 2018 16:53:41 -0300 Subject: [PATCH] Fixed coding standards --- includes/api/v2/class-wc-rest-orders-v2-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/v2/class-wc-rest-orders-v2-controller.php b/includes/api/v2/class-wc-rest-orders-v2-controller.php index 626b9386a31..8c9cb561eaa 100644 --- a/includes/api/v2/class-wc-rest-orders-v2-controller.php +++ b/includes/api/v2/class-wc-rest-orders-v2-controller.php @@ -1397,7 +1397,7 @@ class WC_REST_Orders_V2_Controller extends WC_REST_Legacy_Orders_Controller { 'type' => 'mixed', 'context' => array( 'view', 'edit' ), ), - 'instance_id' => array( + 'instance_id' => array( 'description' => __( 'Shipping instance ID.', 'woocommerce' ), 'type' => 'string', 'context' => array( 'view', 'edit' ),