Fix tests

This commit is contained in:
Jake Barnby 2025-01-24 00:07:45 +13:00
parent 77ae8dcc63
commit fe930d8f64
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -111,7 +111,7 @@ class UsageDump extends Action
private function handleDatabaseStorage(
string $id,
string $key,
string $time,
?string $time,
string $period,
Database $dbForProject,
array &$projectDocuments,
@ -279,7 +279,7 @@ class UsageDump extends Action
private function createStatsDocument(
string $id,
string $period,
string $time,
?string $time,
string $key,
int $diff,
): Document {