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 946c5bb commit 7954049Copy full SHA for 7954049
packages/http/src/Session/Managers/RedisSessionManager.php
@@ -77,7 +77,7 @@ private function resolve(SessionId $id): ?Session
77
try {
78
$content = $this->redis->get($this->getKey($id));
79
return unserialize($content, ['allowed_classes' => true]);
80
- } catch (Throwable $e) {
+ } catch (Throwable) {
81
return null;
82
}
83
0 commit comments