From 74897bbb2cd07126175c138975f3d9daa5a49605 Mon Sep 17 00:00:00 2001 From: mkurdybanowski Date: Mon, 29 Jul 2024 12:36:41 +0200 Subject: [PATCH] WordPress#718: globals in docBlock --- .../includes/site-health/object-cache/helper.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/performance-lab/includes/site-health/object-cache/helper.php b/plugins/performance-lab/includes/site-health/object-cache/helper.php index 64a5ac67d1..013d254184 100644 --- a/plugins/performance-lab/includes/site-health/object-cache/helper.php +++ b/plugins/performance-lab/includes/site-health/object-cache/helper.php @@ -52,6 +52,9 @@ function perflab_object_cache_supported_fields(): array { * * @link https://github.com/wp-cli/wp-cli/blob/0ca6d920123ac904c918d69181edc5071dc92c9d/php/utils-wp.php#L259-L331. * + * @global bool $_wp_using_ext_object_cache Whether external object cache is being used. + * @global WP_Object_Cache $wp_object_cache Object cache global instance. + * * @return string Object cache type. * @since n.e.x.t */