diff --git a/plugins/woocommerce/includes/wc-update-functions.php b/plugins/woocommerce/includes/wc-update-functions.php index d358709b5ba..54e75e957be 100644 --- a/plugins/woocommerce/includes/wc-update-functions.php +++ b/plugins/woocommerce/includes/wc-update-functions.php @@ -2593,7 +2593,7 @@ function wc_update_770_remove_multichannel_marketing_feature_options() { /** * Delete posts of type "shop_order_placeholder" with no matching order in the orders table. - * + * * @return void */ function wc_update_790_delete_stray_order_records() { diff --git a/plugins/woocommerce/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreTests.php b/plugins/woocommerce/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreTests.php index 0230d06191b..2789f3b9c5f 100644 --- a/plugins/woocommerce/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreTests.php +++ b/plugins/woocommerce/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreTests.php @@ -2312,7 +2312,7 @@ class OrdersTableDataStoreTests extends HposTestCase { } /** - * @testDox When saving an order, status is automatically prefixed even if it was not earlier. + * @testDox When saving an order, status is automatically prefixed even if it was not earlier. */ public function test_get_db_row_from_order_only_prefixed_status_is_written_to_db() { $order = wc_create_order();