Skip to content

Commit

Permalink
fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Jan 10, 2025
1 parent fba6dc4 commit fc54a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public function register_custom_tables_names() {
*/
public function up( $force = false ) {
if ( ! is_blog_installed() || wp_installing() ) {
return;
return [];
}

$results = [];
Expand Down

0 comments on commit fc54a5a

Please sign in to comment.