mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-11 09:23:50 +09:00
reinstall dependencies on php 7.4
This commit is contained in:
6
vendor/symfony/cache/Traits/RedisProxy.php
vendored
6
vendor/symfony/cache/Traits/RedisProxy.php
vendored
@@ -18,9 +18,9 @@ namespace Symfony\Component\Cache\Traits;
|
||||
*/
|
||||
class RedisProxy
|
||||
{
|
||||
private \Redis $redis;
|
||||
private \Closure $initializer;
|
||||
private bool $ready = false;
|
||||
private $redis;
|
||||
private $initializer;
|
||||
private $ready = false;
|
||||
|
||||
public function __construct(\Redis $redis, \Closure $initializer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user