mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
fix deprecated creation of dynamic property
caught by Scrutinizer after upgrading from PHP 7.4 to 8.2
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user