phpunit compatibility

This commit is contained in:
El RIDO 2021-10-07 22:25:51 +02:00
parent 1f6b962468
commit 168ce1d85c
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -40,7 +40,7 @@ class GoogleCloudStorageTest extends TestCase
} }
} }
public static function tearDownAfterClass() public static function tearDownAfterClass(): void
{ {
self::$_bucket->delete(); self::$_bucket->delete();
} }