From d3eddbf8b3e4657d5451be46ab1b9ef2d77a2236 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Sun, 29 Sep 2024 10:55:26 +0530 Subject: [PATCH] Apply suggestions from code review --- includes/Checker/Runtime_Environment_Setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Checker/Runtime_Environment_Setup.php b/includes/Checker/Runtime_Environment_Setup.php index 0d061dde..bd84b784 100644 --- a/includes/Checker/Runtime_Environment_Setup.php +++ b/includes/Checker/Runtime_Environment_Setup.php @@ -95,8 +95,8 @@ static function () use ( $permalink_structure ) { * * @since 1.0.0 * - * @global wpdb $wpdb WordPress database abstraction object. - * @global string $table_prefix The database table prefix. + * @global wpdb $wpdb WordPress database abstraction object. + * @global string $table_prefix The database table prefix. * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass. */ public function clean_up() {