mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Lint
This commit is contained in:
parent
8cd4000751
commit
77ae8dcc63
1 changed files with 2 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue