فهرست منبع

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();
     }