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

@@ -9,7 +9,7 @@ $up = function () use ($db) {
}
};
$down = function () use ($db) {
$down = function () {
// we don't want data loss
//$db->dropColumn(TABLE_PREFIX . 'account_actions', 'ipv6');
};