1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00

Update certificates.php

This commit is contained in:
Mou Ikkai 2020-09-30 17:58:50 -04:00 committed by GitHub
parent 40e2c8c25a
commit ed9705d866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ class CertificatesV1
{ {
public $args = []; public $args = [];
public function setUp() public function setUp(): void
{ {
} }
@ -199,7 +199,7 @@ class CertificatesV1
Authorization::reset(); Authorization::reset();
} }
public function tearDown() public function tearDown(): void
{ {
// ... Remove environment for this job // ... Remove environment for this job
} }