mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update webhooks.php
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user