From 168ce1d85c6ae01bc2bb20b42dc2657b044b3454 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 7 Oct 2021 22:25:51 +0200 Subject: [PATCH] phpunit compatibility --- tst/Data/GoogleCloudStorageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/Data/GoogleCloudStorageTest.php b/tst/Data/GoogleCloudStorageTest.php index 3df5719d..4e13ee2a 100644 --- a/tst/Data/GoogleCloudStorageTest.php +++ b/tst/Data/GoogleCloudStorageTest.php @@ -40,7 +40,7 @@ class GoogleCloudStorageTest extends TestCase } } - public static function tearDownAfterClass() + public static function tearDownAfterClass(): void { self::$_bucket->delete(); }