Fix small space misalignment

This commit is contained in:
Nestor Soriano 2023-06-20 09:34:52 +02:00
parent 97d296b681
commit 2ce0d70f1e
No known key found for this signature in database
GPG Key ID: 08110F3518C12CAD
2 changed files with 2 additions and 2 deletions

View File

@ -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() {

View File

@ -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();