Skip to content

Commit

Permalink
fix: change visibility from review
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidbergx committed May 25, 2023
1 parent 4884354 commit 3f85db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ private function getRedisEvictionPolicy(): string
}


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

Check failure on line 314 in src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php

View workflow job for this annotation

GitHub Actions / Psalm

UndefinedClass

src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:314:23: UndefinedClass: Class, interface or enum named Relay\Relay does not exist (see https://psalm.dev/019)

Check failure on line 314 in src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php

View workflow job for this annotation

GitHub Actions / Psalm

UndefinedClass

src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:314:60: UndefinedClass: Class, interface or enum named Relay\Relay does not exist (see https://psalm.dev/019)

Check failure on line 314 in src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php

View workflow job for this annotation

GitHub Actions / Psalm

UndefinedInterfaceMethod

src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php:314:96: UndefinedInterfaceMethod: Method Predis\Command\Processor\ProcessorInterface::getPrefix does not exist (see https://psalm.dev/181)
Expand Down

0 comments on commit 3f85db9

Please sign in to comment.