1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Update webhooks.php

This commit is contained in:
Mou Ikkai 2020-09-30 18:01:39 -04:00 committed by GitHub
parent 6b357c6662
commit e12bfd7269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}