From 6b357c666235f05707013fa809cf3a999db12ef1 Mon Sep 17 00:00:00 2001 From: Mou Ikkai <45863583+Mou-Ikkai@users.noreply.github.com> Date: Wed, 30 Sep 2020 18:01:25 -0400 Subject: [PATCH] Update usage.php --- app/workers/usage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/workers/usage.php b/app/workers/usage.php index 56da254f4f..54f8e7bde8 100644 --- a/app/workers/usage.php +++ b/app/workers/usage.php @@ -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 }