diff --git a/includes/data-stores/class-wc-order-item-data-store.php b/includes/data-stores/class-wc-order-item-data-store.php index a740eefadb7..be4ea1a5283 100644 --- a/includes/data-stores/class-wc-order-item-data-store.php +++ b/includes/data-stores/class-wc-order-item-data-store.php @@ -1,4 +1,10 @@ get_var( $wpdb->prepare( @@ -140,7 +144,7 @@ class WC_Order_Item_Data_Store implements WC_Order_Item_Data_Store_Interface { * Get the order item type based on Item ID. * * @since 3.0.0 - * @param int $item_id + * @param int $item_id Item ID. * @return string */ public function get_order_item_type( $item_id ) {