mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update usage.php
This commit is contained in:
@@ -16,7 +16,7 @@ class UsageV1
|
||||
*/
|
||||
public $args = [];
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ class UsageV1
|
||||
$statsd->count('storage.all'.$tags, $storage);
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
public function tearDown(): void
|
||||
{
|
||||
// ... Remove environment for this job
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user