Attempt fix ActivityVoterTest.php

This commit is contained in:
2025-09-11 12:44:06 +02:00
parent 94b5c06d10
commit 6ceb1b9544
3 changed files with 23 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ final class RedisConnectionFactory implements EventSubscriberInterface
$this->redis = new ChillRedis();
}
public function create(): \Chill\MainBundle\Redis\ChillRedis
public function create(): ChillRedis
{
$result = $this->redis->connect($this->host, $this->port, $this->timeout);