From c1823f6e51704faa27c76cad0f7fc906b39aaf4e Mon Sep 17 00:00:00 2001 From: Jasper Kang Date: Thu, 24 Oct 2024 14:19:42 +1300 Subject: [PATCH] fix type comment --- projects/packages/stats-admin/src/class-odyssey-assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/packages/stats-admin/src/class-odyssey-assets.php b/projects/packages/stats-admin/src/class-odyssey-assets.php index 1c4b5eb8ffc7d..98d59fc3bb3ad 100644 --- a/projects/packages/stats-admin/src/class-odyssey-assets.php +++ b/projects/packages/stats-admin/src/class-odyssey-assets.php @@ -118,7 +118,7 @@ protected function get_cdn_asset_cache_buster() { /** * Get the cache buster option value. * - * @param string|int $cache_buster The cache buster. + * @param string|int|float $cache_buster The cache buster. * @return string|false */ protected function get_cache_buster_option_value( $cache_buster ) {