Przeglądaj źródła

fix deprecated creation of dynamic property

caught by Scrutinizer after upgrading from PHP 7.4 to 8.2
El RIDO 1 rok temu
rodzic
commit
009f53e5fd
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      tst/Data/GoogleCloudStorageTest.php

+ 1 - 0
tst/Data/GoogleCloudStorageTest.php

@@ -9,6 +9,7 @@ class GoogleCloudStorageTest extends TestCase
 {
 {
     private static $_client;
     private static $_client;
     private static $_bucket;
     private static $_bucket;
+    private $_model;
 
 
     public static function setUpBeforeClass(): void
     public static function setUpBeforeClass(): void
     {
     {