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

@@ -5,8 +5,9 @@
// 2023-11-11
// execute highscores_ids_hidden once again, cause of settings
$up = function () use ($db) {
$up = function () {
require __DIR__ . '/20.php';
updateHighscoresIdsHidden();
};
$down = function () {