Przeglądaj źródła

phpunit compatibility

El RIDO 4 lat temu
rodzic
commit
168ce1d85c
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
     }