From bf3bb33853e9957fc9f8b8910cf5c1f6b6c67dee Mon Sep 17 00:00:00 2001 From: Omar Serrano Date: Wed, 29 Nov 2023 12:23:58 -0700 Subject: [PATCH] Update tests/test-sitemap-functions.php Co-authored-by: Gary Jones --- tests/test-sitemap-functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-sitemap-functions.php b/tests/test-sitemap-functions.php index 5a847f62..dcfdd8c2 100644 --- a/tests/test-sitemap-functions.php +++ b/tests/test-sitemap-functions.php @@ -270,9 +270,9 @@ function test_date_range_has_posts( $start_date, $end_date, $has_post ) { * Verify date_range_has_posts returns expected value with custom status hook * * @dataProvider dateRangeHasPostsCustomStatusDataProvider - * @param Str $start_date Start Date of Range in Y-M-D format. - * @param Str $end_date End Date of Range in Y-M-D format. - * @param boolean $has_post Does Range have Post. + * @param string $start_date Start Date of Range in Y-M-D format. + * @param string $end_date End Date of Range in Y-M-D format. + * @param boolean $has_post Does Range have Post. */ function test_date_range_has_posts_custom_status( $start_date, $end_date, $has_post ) {