From e12bfd7269f4527b91fbf27f0a20ea3efdf4a249 Mon Sep 17 00:00:00 2001 From: Mou Ikkai <45863583+Mou-Ikkai@users.noreply.github.com> Date: Wed, 30 Sep 2020 18:01:39 -0400 Subject: [PATCH] Update webhooks.php --- app/workers/webhooks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/workers/webhooks.php b/app/workers/webhooks.php index 323180831f..25691a108c 100644 --- a/app/workers/webhooks.php +++ b/app/workers/webhooks.php @@ -18,7 +18,7 @@ class WebhooksV1 { public $args = []; - public function setUp() + public function setUp(): void { } @@ -106,7 +106,7 @@ class WebhooksV1 } } - public function tearDown() + public function tearDown(): void { // ... Remove environment for this job }