We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bc884 commit 066420fCopy full SHA for 066420f
src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php
@@ -62,7 +62,7 @@ class RedisTagAwareAdapter extends AbstractTagAwareAdapter
62
public function __construct(
63
\Redis|Relay|\RedisArray|\RedisCluster|\Predis\ClientInterface $redis,
64
private string $namespace = '',
65
- private int $defaultLifetime = 0,
+ int $defaultLifetime = 0,
66
MarshallerInterface $marshaller = null,
67
) {
68
if ($redis instanceof \Predis\ClientInterface && $redis->getConnection() instanceof ClusterInterface && !$redis->getConnection() instanceof PredisCluster) {
0 commit comments