Skip to content

Commit 944122a

Browse files
minor symfony#53449 [Cache] revert property introduction (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [Cache] revert property introduction | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT This property sneaked into in symfony#53347 (probably by mistake). Commits ------- 066420f revert property introduction
2 parents 37138e6 + 066420f commit 944122a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class RedisTagAwareAdapter extends AbstractTagAwareAdapter
6262
public function __construct(
6363
\Redis|Relay|\RedisArray|\RedisCluster|\Predis\ClientInterface $redis,
6464
private string $namespace = '',
65-
private int $defaultLifetime = 0,
65+
int $defaultLifetime = 0,
6666
MarshallerInterface $marshaller = null,
6767
) {
6868
if ($redis instanceof \Predis\ClientInterface && $redis->getConnection() instanceof ClusterInterface && !$redis->getConnection() instanceof PredisCluster) {

0 commit comments

Comments
 (0)