8000 sync Redis proxy · symfony/symfony@fc5ae53 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc5ae53

Browse files
committed
sync Redis proxy
1 parent c87e4a1 commit fc5ae53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Traits/Redis6Proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public function discard(): \Redis|bool
231231
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->discard(...\func_get_args());
232232
}
233233

234-
public function dump($key): \Redis|string
234+
public function dump($key): \Redis|false|string
235235
{
236236
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->dump(...\func_get_args());
237237
}

0 commit comments

Comments
 (0)
0