From 097e2d31218c514a711ac7efb4e22c5faf49e871 Mon Sep 17 00:00:00 2001 From: Barry Hughes <3594411+barryhughes@users.noreply.github.com> Date: Tue, 1 Mar 2022 16:35:15 -0800 Subject: [PATCH] Correct type in @return tag (to string). --- plugins/woocommerce/includes/class-wc-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/includes/class-wc-install.php b/plugins/woocommerce/includes/class-wc-install.php index 9186ac8d8d1..e83fa30cda9 100644 --- a/plugins/woocommerce/includes/class-wc-install.php +++ b/plugins/woocommerce/includes/class-wc-install.php @@ -1706,7 +1706,7 @@ $product_attributes_lookup_table_creation_sql * Gets the content of the sample refunds and return policy page. * * @since 5.6.0 - * @return HTML The content for the page + * @return string The content for the page */ private static function get_refunds_return_policy_page_content() { return <<