Browse Source

phpunit compatibility

El RIDO 4 năm trước cách đây
mục cha
commit
168ce1d85c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
     }