Kaynağa Gözat

phpunit compatibility

El RIDO 4 yıl önce
ebeveyn
işleme
168ce1d85c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();
     }