8000
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 c87e4a1 commit fc5ae53Copy full SHA for fc5ae53
src/Symfony/Component/Cache/Traits/Redis6Proxy.php
@@ -231,7 +231,7 @@ public function discard(): \Redis|bool
231
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->discard(...\func_get_args());
232
}
233
234
- public function dump($key): \Redis|string
+ public function dump($key): \Redis|false|string
235
{
236
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->dump(...\func_get_args());
237
0 commit comments