瀏覽代碼

phpunit compatibility

El RIDO 4 年之前
父節點
當前提交
168ce1d85c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tst/Data/GoogleCloudStorageTest.php

+ 1 - 1
tst/Data/GoogleCloudStorageTest.php

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