We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -30,7 +30,7 @@ |
||
30 | 30 | $query = "SELECT table_name FROM information_schema.tables WHERE table_rows > 0 AND TABLE_SCHEMA='smr_live'"; |
31 | 31 | $rs = self::$conn->query($query); |
32 | 32 | $all = $rs->fetch_all(); |
33 | - array_walk_recursive($all, function ($a) { |
|
33 | + array_walk_recursive($all, function($a) { |
|
34 | 34 | self::$defaultPopulatedTables[] = "'" . $a . "'"; |
35 | 35 | }); |
36 | 36 | } |