From ceec386467252f2a70d0d42cdb311af3abf77b2e Mon Sep 17 00:00:00 2001 From: Mou Ikkai <45863583+Mou-Ikkai@users.noreply.github.com> Date: Wed, 30 Sep 2020 17:59:48 -0400 Subject: [PATCH] Update functions.php --- app/workers/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/workers/functions.php b/app/workers/functions.php index 902fa479f7..8cbe221e1e 100644 --- a/app/workers/functions.php +++ b/app/workers/functions.php @@ -99,7 +99,7 @@ class FunctionsV1 { public $args = []; - public function setUp() + public function setUp(): void { } @@ -354,7 +354,7 @@ class FunctionsV1 } } - public function tearDown() + public function tearDown(): void { } }