Skip to content

Commit 3f85db9

Browse files
committed
fix: change visibility from review
1 parent 4884354 commit 3f85db9

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
@@ -308,7 +308,7 @@ private function getRedisEvictionPolicy(): string
308308
}
309309

310310

311-
protected function getPrefix(): string
311+
private function getPrefix(): string
312312
{
313313
if ($this->redis instanceof \Predis\ClientInterface) {
314314
$prefix = $this->redis->getOptions()->prefix ? $this->redis->getOptions()->prefix->getPrefix() : '';

0 commit comments

Comments
 (0)