From e6ae5711e5fd8570e0e1177e36ffdff588a229e7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 13 Jan 2017 14:15:22 +0000 Subject: [PATCH] Docs: Add missing `@param` type for `wp_cache_get_last_changed()`. Props afzalmultani, Soean. Fixes #39571. git-svn-id: https://develop.svn.wordpress.org/trunk@39900 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 00f9d264b9..34d38dafd6 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -5626,7 +5626,7 @@ function wp_generate_uuid4() { * * @since 4.7.0 * - * @param $group Where the cache contents are grouped. + * @param string $group Where the cache contents are grouped. * * @return string $last_changed UNIX timestamp with microseconds representing when the group was last changed. */