mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -16,13 +16,13 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
||||
|
||||
final class RedisConnectionFactory implements EventSubscriberInterface
|
||||
{
|
||||
private string $host;
|
||||
private readonly string $host;
|
||||
|
||||
private int $port;
|
||||
private readonly int $port;
|
||||
|
||||
private ChillRedis $redis;
|
||||
private readonly ChillRedis $redis;
|
||||
|
||||
private int $timeout;
|
||||
private readonly int $timeout;
|
||||
|
||||
public function __construct($parameters)
|
||||
{
|
||||
|
Reference in New Issue
Block a user