Skip to content

Commit 7954049

Browse files
Update RedisSessionManager.php
Co-authored-by: Márk Magyar <[email protected]>
1 parent 946c5bb commit 7954049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http/src/Session/Managers/RedisSessionManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private function resolve(SessionId $id): ?Session
7777
try {
7878
$content = $this->redis->get($this->getKey($id));
7979
return unserialize($content, ['allowed_classes' => true]);
80-
} catch (Throwable $e) {
80+
} catch (Throwable) {
8181
return null;
8282
}
8383
}

0 commit comments

Comments
 (0)