From 27ab9b04ff9ff0220cdda1b14633a7940d269481 Mon Sep 17 00:00:00 2001 From: Al N Date: Thu, 18 Jul 2024 15:01:32 +0300 Subject: [PATCH] linting --- inc/site-health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/site-health.php b/inc/site-health.php index a344b7a..368290b 100644 --- a/inc/site-health.php +++ b/inc/site-health.php @@ -847,7 +847,7 @@ function test_compatibility() { function object_cache_tests( $tests ) { $tests['direct']['object_cache'] = [ 'label' => __( 'Object Cache', 'pantheon' ), - 'test' => __NAMESPACE__ . '\\test_object_cache', + 'test' => __NAMESPACE__ . '\\test_object_cache', ]; return $tests;