Merge pull request #32007 from woocommerce/spotfix/return-type

Correct type in @return tag (to string).
This commit is contained in:
Peter Fabian 2022-03-10 13:56:47 +01:00 committed by GitHub
commit 6c009e5276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <<<EOT