diff --git a/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php index 0fb50c26e884b..fc5e5bd61bf25 100644 --- a/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php +++ b/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php @@ -654,6 +654,7 @@ public function get_title( WC_Order $order ) { * Given an initialized order object, update the post/postmeta records. * * @param WC_Abstract_Order $order Order object. + * * @return bool Whether the order was updated. */ public function update_order_from_object( $order ) {