From 009f53e5fd0d4a156022cf7175d19215e06463a4 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 19 Jul 2025 21:30:05 +0200 Subject: [PATCH] fix deprecated creation of dynamic property caught by Scrutinizer after upgrading from PHP 7.4 to 8.2 --- tst/Data/GoogleCloudStorageTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tst/Data/GoogleCloudStorageTest.php b/tst/Data/GoogleCloudStorageTest.php index dde19dd4..f5736f78 100644 --- a/tst/Data/GoogleCloudStorageTest.php +++ b/tst/Data/GoogleCloudStorageTest.php @@ -9,6 +9,7 @@ class GoogleCloudStorageTest extends TestCase { private static $_client; private static $_bucket; + private $_model; public static function setUpBeforeClass(): void {