This commit is contained in:
Jake Barnby 2025-01-23 23:28:15 +13:00
parent 8cd4000751
commit 77ae8dcc63
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -117,8 +117,7 @@ class UsageDump extends Action
array &$projectDocuments,
array &$databaseCache,
array &$collectionSizeCache,
): void
{
): void {
$data = \explode('.', $key);
$value = 0;
$previousValue = 0;
@ -283,8 +282,7 @@ class UsageDump extends Action
string $time,
string $key,
int $diff,
): Document
{
): Document {
return new Document([
'$id' => $id,
'period' => $period,