Fix PHPStan errors

This commit is contained in:
slawkens
2024-11-08 11:44:26 +01:00
parent b6e0184386
commit 88a0bc82d7
5 changed files with 13 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ $up = function () use ($db) {
}
};
$down = function () use ($db) {
$down = function () {
// will break the aac
//if ($db->hasTable(TABLE_PREFIX . 'settings')) {
// $db->dropTable(TABLE_PREFIX . 'settings');