Skip to content

Commit

Permalink
Added Suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Sep 1, 2024
1 parent ce93a94 commit ae1f736
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/Admin/Admin_AJAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function set_up_environment() {
*
* @since 1.0.0
*
* @global wpdb $wpdb WordPress database abstraction object.
* @global wpdb $wpdb WordPress database abstraction object.
* @global string $table_prefix The database table prefix.
*/
public function clean_up_environment() {
Expand Down
2 changes: 1 addition & 1 deletion includes/Checker/Abstract_Check_Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ final public function prepare() {
*
* @since 1.0.0
*
* @global wpdb $wpdb WordPress database abstraction object.
* @global wpdb $wpdb WordPress database abstraction object.
* @global string $table_prefix The database table prefix.
*
* @return Check_Result An object containing all check results.
Expand Down
4 changes: 2 additions & 2 deletions includes/Checker/Runtime_Environment_Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ final class Runtime_Environment_Setup {
*
* @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 set_up() {
Expand Down

0 comments on commit ae1f736

Please sign in to comment.