Skip to content

Commit fc54a5a

Browse files
committed
fix static analysis
1 parent fba6dc4 commit fc54a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function register_custom_tables_names() {
257257
*/
258258
public function up( $force = false ) {
259259
if ( ! is_blog_installed() || wp_installing() ) {
260-
return;
260+
return [];
261261
}
262262

263263
$results = [];

0 commit comments

Comments
 (0)