Skip to content

Commit

Permalink
Remove unnecessary returns
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Apr 30, 2024
1 parent ee0dc2b commit b9c9faa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/WP_SQLite_Metadata_Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public static function setUpBeforeClass(): void {
$GLOBALS['wpdb']->suppress_errors = false;
$GLOBALS['wpdb']->show_errors = true;
}
return;
}

// Before each test, we create a new database
Expand Down
1 change: 0 additions & 1 deletion tests/WP_SQLite_Query_Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static function setUpBeforeClass(): void {
$GLOBALS['wpdb']->suppress_errors = false;
$GLOBALS['wpdb']->show_errors = true;
}
return;
}

/**
Expand Down
1 change: 0 additions & 1 deletion tests/WP_SQLite_Translator_Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public static function setUpBeforeClass(): void {
$GLOBALS['wpdb']->suppress_errors = false;
$GLOBALS['wpdb']->show_errors = true;
}
return;
}

// Before each test, we create a new database
Expand Down

0 comments on commit b9c9faa

Please sign in to comment.