phpunit compatibility

pull/1121/head
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
1 changed files with 1 additions and 1 deletions

View File

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